mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-08 21:54:57 +02:00
build: fix objdir builds for ipset-5 (xt-a specific)
This commit is contained in:
@@ -3,6 +3,7 @@ HEAD
|
|||||||
====
|
====
|
||||||
Fixes:
|
Fixes:
|
||||||
- build: restore functionality of `configure --without-kbuild`
|
- build: restore functionality of `configure --without-kbuild`
|
||||||
|
- build: fix objdir builds for ipset-5 (xt-a specific)
|
||||||
- xt_LOGMARK: fix detection of untracked connection for Linux >= 2.6.36
|
- xt_LOGMARK: fix detection of untracked connection for Linux >= 2.6.36
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# -*- Makefile -*-
|
# -*- Makefile -*-
|
||||||
|
|
||||||
AM_CFLAGS = ${regular_CFLAGS} ${libmnl_CFLAGS} -Iinclude
|
AM_CFLAGS = ${regular_CFLAGS} ${libmnl_CFLAGS} -I${srcdir}/include
|
||||||
|
|
||||||
include ../../Makefile.extra
|
include ../../Makefile.extra
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user