Accepting request 266917 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/266917 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grep?expand=0&rev=52
This commit is contained in:
commit
2692e2ada9
@ -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
|
Fri Nov 28 15:49:19 UTC 2014 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
@ -51,6 +51,8 @@ echo "ac_cv_search_pcre_compile=\${ac_cv_search_pcre_compile=%{_libdir}/libpcre.
|
|||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64
|
||||||
export CFLAGS="%{optflags} -mlong-double-64"
|
export CFLAGS="%{optflags} -mlong-double-64"
|
||||||
%endif
|
%endif
|
||||||
|
export CFLAGS="$CFLAGS -fPIE"
|
||||||
|
export LDFLAGS="-pie"
|
||||||
%if 0%{?suse_version} < 1120
|
%if 0%{?suse_version} < 1120
|
||||||
%configure -C --bindir=/bin --disable-silent-rules
|
%configure -C --bindir=/bin --disable-silent-rules
|
||||||
%else if 0%{?suse_version} < 1310
|
%else if 0%{?suse_version} < 1310
|
||||||
|
Loading…
Reference in New Issue
Block a user