[xinetd/f15/master] Add note about -pie -PIE patches to %build configure section

Vojtěch Vítek vvitek at fedoraproject.org
Fri Feb 18 14:14:43 UTC 2011


commit 4619c0cb189fec753afe4d466e721b41e7aef001
Author: Vojtech Vitek (V-Teq) <vvitek at redhat.com>
Date:   Fri Feb 18 14:28:01 2011 +0100

    Add note about -pie -PIE patches to %build configure section

 xinetd.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/xinetd.spec b/xinetd.spec
index 1ef48b2..f18639a 100644
--- a/xinetd.spec
+++ b/xinetd.spec
@@ -88,6 +88,7 @@ aclocal
 autoconf
 
 %build
+# -pie -PIE flags added by separate patches
 export LDFLAGS="$LDFLAGS -Wl,-z,relro,-z,now"
 %configure --with-loadavg --with-inet6 %{!?tcp_wrappers:--with-libwrap} --with-labeled-networking
 make


More information about the scm-commits mailing list