BIND 10 trac838, created. ac7ff7f2226bdba60809b70caa82659b77c6e2e6 [trac890] added some more detailed comments about the addition of rpath to LDFLAGS.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue May 3 09:22:49 UTC 2011
The branch, trac838 has been created
at ac7ff7f2226bdba60809b70caa82659b77c6e2e6 (commit)
- Log -----------------------------------------------------------------
commit ac7ff7f2226bdba60809b70caa82659b77c6e2e6
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon May 2 11:34:14 2011 -0700
[trac890] added some more detailed comments about the addition of rpath
to LDFLAGS.
commit 677cebce1708ba85e46a0712d939176dc7ab7a94
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon May 2 11:21:12 2011 -0700
[trac890] re-added BOTAN_RPATH to cryptolink/Makefile.am.
according to the libtool manual,
http://www.gnu.org/software/libtool/manual/html_node/Link-mode.html
the intent seems to propagate -R from a library's dependency_libs to
the program that uses the library. On our systems libtool doesn't do
this propagation and we needed the global rpath, but if the documentation
is correct, there may be a version of libtool that works.
commit f0fe344b15c3e1be2604201000e6c9fbe6a910bc
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon May 2 10:54:44 2011 -0700
[trac890] proposed workaround fix to the botan rpath problem: specify the
rpath in the global LDFLAGS.
also remove BOTAN_RPATH from libcryptolink/Makefile.am (which is not part
of fix, but is simply unnecessary)
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list