diff options
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 |