]> git.pld-linux.org Git - packages/gnutls.git/blobdiff - gnutls-link.patch
- updated to 3.0.0 (new sonames, LGPL v3 now; uses nettle instead of libgcrypt; not...
[packages/gnutls.git] / gnutls-link.patch
index 2613d2d779fa959fe3333402b919eabc41da9c79..e3e348cf0a04cf59d0d10342d53059c58d1084c5 100644 (file)
@@ -1,17 +1,3 @@
---- gnutls-2.8.5/lib/m4/lib-link.m4.orig       2009-11-02 11:34:50.000000000 +0100
-+++ gnutls-2.8.5/lib/m4/lib-link.m4    2010-01-31 19:56:56.126778128 +0100
-@@ -322,7 +322,11 @@
-           fi
-           if test "X$found_dir" != "X"; then
-             dnl Found the library.
-+            if test "X$found_dir" = "X/usr/$acl_libdirstem"; then
-+                LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name"
-+          else
-             LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name"
-+          fi
-             if test "X$found_so" != "X"; then
-               dnl Linking with a shared library. We attempt to hardcode its
-               dnl directory into the executable's runpath, unless it's the
 --- gnutls-2.12.0/m4/lib-link.m4.orig  2008-05-17 07:44:04.000000000 +0200
 +++ gnutls-2.12.0/m4/lib-link.m4       2011-04-02 11:29:18.159546509 +0200
 @@ -322,7 +322,11 @@
              if test "X$found_so" != "X"; then
                dnl Linking with a shared library. We attempt to hardcode its
                dnl directory into the executable's runpath, unless it's the
---- gnutls-2.12.0/libextra/gl/m4/lib-link.m4.orig      2011-03-02 18:39:14.000000000 +0100
-+++ gnutls-2.12.0/libextra/gl/m4/lib-link.m4   2011-04-02 11:29:43.620681483 +0200
-@@ -370,7 +370,11 @@
-           fi
-           if test "X$found_dir" != "X"; then
-             dnl Found the library.
-+            if test "X$found_dir" = "X/usr/$acl_libdirstem"; then
-+                LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name"
-+          else
-             LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name"
-+          fi
-             if test "X$found_so" != "X"; then
-               dnl Linking with a shared library. We attempt to hardcode its
-               dnl directory into the executable's runpath, unless it's the
This page took 0.069706 seconds and 4 git commands to generate.