From a95420fab0a3ff83d1930dc1b323ef73c7bd40b2 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 13 Dec 2007 12:24:01 +0000 Subject: [PATCH] building iptables on f8 --- ipset/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.0