blob: 2df39264f62498a059f99f886506721993787782 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./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..."
|