mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 04:35:12 +02:00
build: restore compilation of ipset, add missing CFLAGS
ipset_iphash.c: In function "iphash_create_init": ipset_iphash.c:42: error: "IP_NF_SET_HASHSIZE" undeclared (first use in this function)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# -*- Makefile -*-
|
||||
|
||||
AM_CFLAGS = ${regular_CFLAGS} -DIPSET_LIB_DIR=\"${xtlibdir}\"
|
||||
AM_CFLAGS = ${regular_CFLAGS} -DIPSET_LIB_DIR=\"${xtlibdir}\" \
|
||||
-DIP_NF_SET_HASHSIZE=1024
|
||||
|
||||
include ../../Makefile.extra
|
||||
|
||||
|
Reference in New Issue
Block a user