From b4f76bc982c32384833a56128c112bc47e2eec1f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 4 Jan 2012 11:54:50 +0100 Subject: [PATCH] tmp workaround on f16 --- onelab.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/onelab.mk b/onelab.mk index 7ac07d4d..109fb730 100644 --- a/onelab.mk +++ b/onelab.mk @@ -211,10 +211,13 @@ IN_BOOTSTRAPFS += fprobe-ulog # # DistributedRateLimiting # +# on f16 somehow configure screws up and defines LDFLAGS=-Wl,-z,relro which ld does not like.. +ifneq "$(DISTRONAME)" "f16" DistributedRateLimiting-MODULES := DistributedRateLimiting DistributedRateLimiting-SPEC := DistributedRateLimiting.spec ALL += DistributedRateLimiting IN_NODEREPO += DistributedRateLimiting +endif # # pf2slice -- 2.43.0