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/app-shells/squirrelsh/files/squirrelsh-fix-in_LDFLAGS.p...

13 lines
511 B

diff -Naur squirrelsh-1.2.6.orig//configure squirrelsh-1.2.6/configure
--- squirrelsh-1.2.6.orig//configure 2012-03-12 21:45:25.000000000 -0400
+++ squirrelsh-1.2.6/configure 2012-03-12 21:50:36.000000000 -0400
@@ -1138,7 +1138,7 @@
in_INSTALL_EXE="$installer -c -m 0755 \"\$(target)\" \"$bindir/\$(target_name)\""
if [ "$with_pcre" = "local" ] || [ "$with_squirrel" = "local" ]; then
- in_LDFLAGS="-L\"$source_dir/lib\""
+ in_LDFLAGS="$in_LDFLAGS -L\"$source_dir/lib\""
fi
if [ -n "$pkgconfig" ]; then