From: Thierry Parmentelat Date: Thu, 13 Dec 2007 12:24:01 +0000 (+0000) Subject: building iptables on f8 X-Git-Tag: iptables-1.3.8-0~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a95420fab0a3ff83d1930dc1b323ef73c7bd40b2;p=iptables.git building iptables on f8 --- diff --git a/ipset/Makefile b/ipset/Makefile index 5ce9fd5..4c30481 100644 --- a/ipset/Makefile +++ b/ipset/Makefile @@ -5,6 +5,12 @@ IPSET_LIB_DIR:=$(LIBDIR)/ipset IPSET_CFLAGS:=# -g -DIPSET_DEBUG #-pg # -DIPTC_DEBUG SETTYPES:=ipmap portmap macipmap iphash nethash iptree iptreemap ipporthash +# for building on fedora 8 +ifneq "$(shell ld --help | grep build-id)" "" +#not needed# CFLAGS += -Wl,--build-id +LD += --build-id +endif + ifneq ($(wildcard $(KERNEL_DIR)/include/linux/netfilter_ipv4/ip_set.h),) EXTRAS+=ipset/ipset