svn commit: r299462 - head/secure/lib/libcrypto
Jung-uk Kim
jkim at FreeBSD.org
Wed May 11 16:45:59 UTC 2016
Author: jkim
Date: Wed May 11 16:45:58 2016
New Revision: 299462
URL: https://svnweb.freebsd.org/changeset/base/299462
Log:
Enable linker error if libcrypto.so contains a relocation against text. It
is position independent on all platforms since r299389.
Submitted by: kib
Modified:
head/secure/lib/libcrypto/Makefile
Modified: head/secure/lib/libcrypto/Makefile
==============================================================================
--- head/secure/lib/libcrypto/Makefile Wed May 11 16:42:13 2016 (r299461)
+++ head/secure/lib/libcrypto/Makefile Wed May 11 16:45:58 2016 (r299462)
@@ -7,7 +7,6 @@ SUBDIR= engines
LIB= crypto
SHLIB_MAJOR= 8
-ALLOW_SHARED_TEXTREL=
NO_LINT=
More information about the svn-src-all
mailing list