From: Barış Metin Date: Thu, 15 Apr 2010 12:17:37 +0000 (+0000) Subject: fix iptables for k27 builds X-Git-Tag: 5.0-rc7~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=608197d207fcc377616d4e0003704dff9ba8c6cd;p=build.git fix iptables for k27 builds --- diff --git a/onelab.mk b/onelab.mk index 442586b3..876603ac 100644 --- a/onelab.mk +++ b/onelab.mk @@ -115,6 +115,9 @@ ALL += umts-frontend # iptables-MODULES := iptables iptables-SPEC := iptables.spec +ifeq "$(PLDISTROTAGS)" "onelab-k27-tags.mk" +iptables-BUILD-FROM-SRPM := yes +endif iptables-DEPEND-DEVEL-RPMS := kernel-devel kernel-headers ALL += iptables IN_BOOTSTRAPFS += iptables