mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 14:35:50 -04:00
16 lines
565 B
Plaintext
16 lines
565 B
Plaintext
$NetBSD: patch-configure,v 1.1 2013/10/27 20:35:48 joerg Exp $
|
|
|
|
--- configure.orig 2013-10-18 21:37:24.000000000 +0000
|
|
+++ configure
|
|
@@ -5097,10 +5097,6 @@ else
|
|
fi
|
|
|
|
|
|
-if test "x$GCC" = "xyes" -a "x$use_extraopt" = "xyes" ; then
|
|
- echo "Turning on extra gcc flags -finline-functions -frename-registers"
|
|
- CFLAGS="-finline-functions -frename-registers $CFLAGS"
|
|
-fi
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
|
|
$as_echo_n "checking for library containing strerror... " >&6; }
|
|
if ${ac_cv_search_strerror+:} false; then :
|