From 1f687be4b378ad7a070e9f703cdc84b2781e0d50 Mon Sep 17 00:00:00 2001 From: Igor Kotrasinski Date: Wed, 16 Aug 2017 08:58:44 +0200 Subject: Fixup PIE overwriting compilation flags 00243891cad caused compilation flags to be overriden with PIE flags. Use '+=' rather than '=' to fix it up. Change-Id: I8ea419566bfd1f0f6e3d3802546cf64f1faf907f Signed-off-by: Igor Kotrasinski --- packaging/xmlsec1.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/xmlsec1.spec b/packaging/xmlsec1.spec index 9289859e..6437c875 100644 --- a/packaging/xmlsec1.spec +++ b/packaging/xmlsec1.spec @@ -82,7 +82,7 @@ cp %{SOURCE1001} . %define cflags -fPIE %define ldflags -pie -%__make %{?_smp_mflags} CFLAGS="%{cflags}" LDFLAGS="%{ldflags}" +%__make %{?_smp_mflags} CFLAGS+="%{cflags}" LDFLAGS+="%{ldflags}" %install %make_install -- cgit v1.2.3