[packages] add vpzone - A flexible multipurpose layer 3 VPN daemon

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21646 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2010-06-01 09:08:57 +00:00
parent f88732d0b8
commit be3a0938e4
5 changed files with 121 additions and 0 deletions

View File

@ -0,0 +1,22 @@
--- 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)