]> git.pld-linux.org Git - packages/bind.git/blame - bind-ac-libs.patch
Use relative symlinks, remove %attr for symlinks
[packages/bind.git] / bind-ac-libs.patch
CommitLineData
d66ac2ef
AM
1--- bind-9.8.0-P4/configure.ac~ 2011-08-03 11:46:24.326770259 +0200
2+++ bind-9.8.0-P4/configure.ac 2011-08-03 11:49:53.240770212 +0200
8b5b44ae 3@@ -1076,7 +1076,7 @@ case "$use_gssapi" in
3fd71e64 4 then
8b5b44ae 5 LIBS="$TRY_LIBS $ISC_OPENSSL_LIBS"
3fd71e64 6 else
8b5b44ae
AM
7- LIBS="-L$use_gssapi/lib $TRY_LIBS $ISC_OPENSSL_LIBS"
8+ LIBS="$TRY_LIBS $ISC_OPENSSL_LIBS"
3fd71e64
JR
9 fi
10 AC_MSG_CHECKING(linking as $TRY_LIBS)
8b5b44ae 11 AC_TRY_LINK([
This page took 0.032177 seconds and 4 git commands to generate.