From c6c4127ac339fff24165ce737c43e46a3d00ed58 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 17 Feb 2009 16:54:11 +0000 Subject: [PATCH] onelab too --- onelab.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/onelab.mk b/onelab.mk index 46803b9b..df9ebb7c 100644 --- a/onelab.mk +++ b/onelab.mk @@ -96,7 +96,7 @@ libnl-MODULES := libnl libnl-SPEC := libnl.spec libnl-BUILD-FROM-SRPM := yes # this sounds like the thing to do, but in fact linux/if_vlan.h comes with kernel-headers -libnl-DEPEND-DEVEL-RPMS := kernel-devel +libnl-DEPEND-DEVEL-RPMS := kernel-devel kernel-headers ALL += libnl IN_BOOTSTRAPFS += libnl endif @@ -182,7 +182,7 @@ IN_BOOTSTRAPFS += mom # iptables-MODULES := iptables iptables-SPEC := iptables.spec -iptables-DEPEND-DEVEL-RPMS := kernel-devel +iptables-DEPEND-DEVEL-RPMS := kernel-devel kernel-headers ALL += iptables IN_BOOTSTRAPFS += iptables -- 2.43.0