summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2016-05-11 16:45:58 +0000
committerjkim <jkim@FreeBSD.org>2016-05-11 16:45:58 +0000
commit027fd46f7c894c4edfe7a41d8a4d40dbe2716976 (patch)
treef5e76d2cd85c88aae063be5df43dde88fb7ac7f5 /secure
parentb10d781534e80d20c87322d3fec0c176535b97ee (diff)
downloadFreeBSD-src-027fd46f7c894c4edfe7a41d8a4d40dbe2716976.zip
FreeBSD-src-027fd46f7c894c4edfe7a41d8a4d40dbe2716976.tar.gz
Enable linker error if libcrypto.so contains a relocation against text. It
is position independent on all platforms since r299389. Submitted by: kib
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index e6319aa..f8f6703 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -7,7 +7,6 @@ SUBDIR= engines
LIB= crypto
SHLIB_MAJOR= 8
-ALLOW_SHARED_TEXTREL=
NO_LINT=
OpenPOWER on IntegriCloud