1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/net/vpzone/patches/001-no_werror.patch
2010-06-01 09:08:57 +00:00

23 lines
692 B
Diff

--- a/configure
+++ b/configure
@@ -14776,7 +14776,7 @@ fi
-VPZONE_CFLAGS="-std=gnu99 -Wall -Werror -Wextra -fdiagnostics-show-option ${DEV_CFLAGS}"
+VPZONE_CFLAGS="-std=gnu99 -Wall -Wextra -fdiagnostics-show-option ${DEV_CFLAGS}"
VPZONE_LDFLAGS="-ldl -levent -lcares"
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ dnl # #######################
dnl Compiler and Linker flags
dnl # #######################
-VPZONE_CFLAGS="-std=gnu99 -Wall -Werror -Wextra -fdiagnostics-show-option ${DEV_CFLAGS}"
+VPZONE_CFLAGS="-std=gnu99 -Wall -Wextra -fdiagnostics-show-option ${DEV_CFLAGS}"
AC_SUBST(VPZONE_CFLAGS)
VPZONE_LDFLAGS="-ldl -levent -lcares"
AC_SUBST(VPZONE_LDFLAGS)