diff options
author | 2018-02-05 15:59:59 +0100 | |
---|---|---|
committer | 2018-02-05 16:01:19 +0100 | |
commit | cee0bfb56f78270a1a4deaf8de03c8afb428d6a9 (patch) | |
tree | d8e5338245ccc6a78f2266a0f93a64fbfca04947 /net-ftp/lftp/files/lftp-4.7.5-libdir-expat.patch | |
parent | www-client/opera-developer: Old. (diff) | |
download | gentoo-cee0bfb56f78270a1a4deaf8de03c8afb428d6a9.tar.gz gentoo-cee0bfb56f78270a1a4deaf8de03c8afb428d6a9.tar.bz2 gentoo-cee0bfb56f78270a1a4deaf8de03c8afb428d6a9.zip |
net-ftp/lftp: Remove all LDFLAGS=.*-L.*\/lib (bug #646284).
Diffstat (limited to 'net-ftp/lftp/files/lftp-4.7.5-libdir-expat.patch')
-rw-r--r-- | net-ftp/lftp/files/lftp-4.7.5-libdir-expat.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-expat.patch b/net-ftp/lftp/files/lftp-4.7.5-libdir-expat.patch new file mode 100644 index 000000000000..f82afc782565 --- /dev/null +++ b/net-ftp/lftp/files/lftp-4.7.5-libdir-expat.patch @@ -0,0 +1,11 @@ +--- a/m4/ax_lib_expat.m4 ++++ b/m4/ax_lib_expat.m4 +@@ -109,7 +109,7 @@ + + if test -n "$expat_prefix"; then + expat_include_dir="$expat_prefix/include" +- expat_ld_flags="-L$expat_prefix/lib" ++ expat_ld_flags="-L$libdir" + expat_lib_flags="-lexpat" + run_expat_test="yes" + elif test "$expat_requested" = "yes"; then |