From 75dadc1d8ffc3ac84c4b1988c266ef60de1a6cfe Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Wed, 4 Dec 2013 18:39:44 +0100 Subject: Include LDFLAGS provided by rpmbuild in global LDFLAGS in the spec file. Remove explicitly specified hardening flags from LDFLAGS in ipa-otpd. https://fedorahosted.org/freeipa/ticket/3896 --- freeipa.spec.in | 1 + 1 file changed, 1 insertion(+) (limited to 'freeipa.spec.in') diff --git a/freeipa.spec.in b/freeipa.spec.in index fa382b0f..2a4d8fcb 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -322,6 +322,7 @@ This package contains tests that verify IPA functionality. %build export CFLAGS="%{optflags} $CFLAGS" export CPPFLAGS="%{optflags} $CPPFLAGS" +export LDFLAGS="%{__global_ldflags} $LDFLAGS" %if 0%{?fedora} >= 19 export SUPPORTED_PLATFORM=fedora19 %else -- cgit