packages/net/xtables-addons/patches/003-redundant-bracket.patch
jogo f2629b0847 packages: xtables-addons: update to 1.42
fixes compilation for 3.3 and 3.4.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31282 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-13 21:37:01 +00:00

12 lines
388 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ xtlibdir="$(pkg-config --variable=xtlibd
AC_ARG_WITH([xtlibdir],
AS_HELP_STRING([--with-xtlibdir=PATH],
- [Path where to install Xtables extensions [[autodetect]]]]),
+ [Path where to install Xtables extensions [[autodetect]]]),
[xtlibdir="$withval"])
AC_MSG_CHECKING([Xtables module directory])
AC_MSG_RESULT([$xtlibdir])