diff options
Diffstat (limited to 'sysutils/syslog-ng/files/patch-configure')
-rw-r--r-- | sysutils/syslog-ng/files/patch-configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sysutils/syslog-ng/files/patch-configure b/sysutils/syslog-ng/files/patch-configure index f3b0e86ad49d..29002b37b690 100644 --- a/sysutils/syslog-ng/files/patch-configure +++ b/sysutils/syslog-ng/files/patch-configure @@ -9,15 +9,6 @@ module_cmds= module_expsym_cmds= old_archive_from_new_cmds= -@@ -13035,7 +13036,7 @@ - old_striplib= - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 - $as_echo_n "checking whether stripping libraries is possible... " >&6; } --if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then -+if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "strip" >/dev/null; then - test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" - test -z "$striplib" && striplib="$STRIP --strip-unneeded" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 @@ -16424,7 +16425,7 @@ if test -e "$JAVA_HOME_CHECKER"; then JNI_HOME=`$JAVA_HOME_CHECKER` |