Date: Wed, 11 May 2016 16:45:58 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r299462 - head/secure/lib/libcrypto Message-ID: <201605111645.u4BGjwGv033790@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605111645.u4BGjwGv033790>