mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
12 lines
351 B
Diff
12 lines
351 B
Diff
|
--- ./configure.orig 2007-04-01 10:22:48.000000000 -0500
|
||
|
+++ ./configure 2024-05-11 18:30:49.454291747 -0500
|
||
|
@@ -4,7 +4,7 @@
|
||
|
QUIET="-v"
|
||
|
# use $CC if set, else set it to cc
|
||
|
: ${CC:=cc}
|
||
|
-CFLAGS=
|
||
|
+CFLAGS="-Wno-error=implicit-function-declaration -Wno-error=implicit-int"
|
||
|
MAKE="echo \"Done. Type 'make' to build\""
|
||
|
|
||
|
echo "Making configuration..."
|