SHA256
1
0
forked from pool/grep

Accepting request 266854 from home:msmeissn:branches:Base:System

- build with PIE enabled

OBS-URL: https://build.opensuse.org/request/show/266854
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=54
This commit is contained in:
Marcus Meissner 2014-12-31 14:00:22 +00:00 committed by Git OBS Bridge
parent 0d74e719d8
commit ec3a6d2227
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 30 11:23:26 UTC 2014 - meissner@suse.com
- build with PIE enabled
-------------------------------------------------------------------
Fri Nov 28 15:49:19 UTC 2014 - andreas.stieger@gmx.de

View File

@ -51,6 +51,8 @@ echo "ac_cv_search_pcre_compile=\${ac_cv_search_pcre_compile=%{_libdir}/libpcre.
%ifarch ppc ppc64
export CFLAGS="%{optflags} -mlong-double-64"
%endif
export CFLAGS="$CFLAGS -fPIE"
export LDFLAGS="-pie"
%if 0%{?suse_version} < 1120
%configure -C --bindir=/bin --disable-silent-rules
%else if 0%{?suse_version} < 1310