13 lines
720 B
Diff
13 lines
720 B
Diff
diff -dur libxcrypt-3.0.2.orig/configure.in libxcrypt-3.0.2/configure.in
|
|
--- libxcrypt-3.0.2.orig/configure.in 2008-07-16 14:30:29.000000000 +0200
|
|
+++ libxcrypt-3.0.2/configure.in 2012-06-19 12:27:48.000000000 +0200
|
|
@@ -29,7 +29,7 @@
|
|
|
|
EXTRA_CFLAGS=""
|
|
if eval "test x$GCC = xyes"; then
|
|
- EXTRA_CFLAGS="-W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wpointer-arith -Werror"
|
|
+ EXTRA_CFLAGS="-W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wpointer-arith"
|
|
fi
|
|
AC_SUBST(EXTRA_CFLAGS)
|
|
|