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= _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"