- build with PIE
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=46
This commit is contained in:
parent
3379b020ff
commit
f2c5cc8239
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 19 11:01:43 UTC 2014 - meissner@suse.com
|
||||||
|
|
||||||
|
- build with PIE
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 03 16:19:00 UTC 2014 - Led <ledest@gmail.com>
|
Mon Nov 03 16:19:00 UTC 2014 - Led <ledest@gmail.com>
|
||||||
|
|
||||||
|
@ -99,6 +99,8 @@ autoreconf -fiv
|
|||||||
%if %{do_profiling}
|
%if %{do_profiling}
|
||||||
export CFLAGS="$RPM_OPT_FLAGS %{cflags_profile_generate}"
|
export CFLAGS="$RPM_OPT_FLAGS %{cflags_profile_generate}"
|
||||||
%endif
|
%endif
|
||||||
|
export CFLAGS="$CFLAGS -fPIE"
|
||||||
|
export LDFLAGS="-pie"
|
||||||
%configure --with-pic --disable-static
|
%configure --with-pic --disable-static
|
||||||
%if %{do_profiling}
|
%if %{do_profiling}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user