From: Thierry Parmentelat Date: Wed, 4 Jan 2012 10:54:50 +0000 (+0100) Subject: tmp workaround on f16 X-Git-Tag: 5.0-rc27~160 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=b4f76bc982c32384833a56128c112bc47e2eec1f tmp workaround on f16 --- 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