You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-ftp/lftp/files/lftp-4.7.5-libdir-additiona...

13 lines
369 B

--- a/m4/lib-prefix.m4
+++ b/m4/lib-prefix.m4
@@ -108,7 +108,8 @@
if test -z "$haveit"; then
if test -d "$additional_libdir"; then
dnl Really add $additional_libdir to $LDFLAGS.
- LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"
+ dnl No, let's not do that.
+ :
fi
fi
fi