24 lines
842 B
Plaintext
24 lines
842 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2010/06/05 15:20:58 landry Exp $
|
|
--- configure.orig Fri May 21 18:53:28 2010
|
|
+++ configure Sat May 22 11:00:42 2010
|
|
@@ -14558,19 +14558,6 @@ $as_echo "$enable_debug" >&6; }
|
|
fi
|
|
fi
|
|
|
|
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $LD accepts --as-needed" >&5
|
|
-$as_echo_n "checking whether $LD accepts --as-needed... " >&6; }
|
|
-case `$LD --as-needed -v 2>&1 </dev/null` in
|
|
-*GNU* | *'with BFD'*)
|
|
- LDFLAGS="$LDFLAGS -Wl,--as-needed"
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
-$as_echo "yes" >&6; }
|
|
- ;;
|
|
-*)
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
-$as_echo "no" >&6; }
|
|
- ;;
|
|
-esac
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $LD accepts -O1" >&5
|
|
$as_echo_n "checking whether $LD accepts -O1... " >&6; }
|
|
case `$LD -O1 -v 2>&1 </dev/null` in
|