From: Simon Josefsson Date: Mon, 10 Mar 2008 14:23:45 +0000 (+0100) Subject: Revert a3e4759117cee5d756475215437a440dc12fcc6c because it breaks libtool v2.2. X-Git-Tag: gnutls_2_3_3~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf69cff1425e48d3e65217ca4e5ae15addc15b0e;p=thirdparty%2Fgnutls.git Revert a3e4759117cee5d756475215437a440dc12fcc6c because it breaks libtool v2.2. ../libtool: line 4398: cd: ../../lib/.libs: No such file or directory libtool: link: cannot determine absolute directory name of `../../lib/.libs' --- diff --git a/libextra/Makefile.am b/libextra/Makefile.am index c898b55587..4d0704fcd1 100644 --- a/libextra/Makefile.am +++ b/libextra/Makefile.am @@ -52,7 +52,7 @@ lib_LTLIBRARIES = libgnutls-extra.la libgnutls_extra_la_SOURCES = gnutls_extra.c -libgnutls_openssl_la_LDFLAGS = -no-undefined -L$(top_srcdir)/lib/.libs +libgnutls_openssl_la_LDFLAGS = -no-undefined # OpenSSL @@ -82,7 +82,7 @@ endif # OpenPGP libgnutls_extra_la_LIBADD = -libgnutls_extra_la_LDFLAGS = -no-undefined -L$(top_srcdir)/lib/.libs +libgnutls_extra_la_LDFLAGS = -no-undefined # TLS/IA