xz: moved to github
[packages.git] / net / vpzone / patches / 001-no_werror.patch
1 --- a/configure
2 +++ b/configure
3 @@ -14776,7 +14776,7 @@ fi
4  
5  
6  
7 -VPZONE_CFLAGS="-std=gnu99 -Wall -Werror -Wextra -fdiagnostics-show-option ${DEV_CFLAGS}"
8 +VPZONE_CFLAGS="-std=gnu99 -Wall -Wextra -fdiagnostics-show-option ${DEV_CFLAGS}"
9  
10  VPZONE_LDFLAGS="-ldl -levent -lcares"
11  
12 --- a/configure.ac
13 +++ b/configure.ac
14 @@ -65,7 +65,7 @@ dnl # #######################
15  dnl Compiler and Linker flags
16  dnl # #######################
17  
18 -VPZONE_CFLAGS="-std=gnu99 -Wall -Werror -Wextra -fdiagnostics-show-option ${DEV_CFLAGS}"
19 +VPZONE_CFLAGS="-std=gnu99 -Wall -Wextra -fdiagnostics-show-option ${DEV_CFLAGS}"
20  AC_SUBST(VPZONE_CFLAGS)
21  VPZONE_LDFLAGS="-ldl -levent -lcares"
22  AC_SUBST(VPZONE_LDFLAGS)