Accepting request 266113 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/266113 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/file?expand=0&rev=87
This commit is contained in:
commit
d0b5121b3c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 20 08:57:15 UTC 2014 - meissner@suse.com
|
||||||
|
|
||||||
|
- build with PIE
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 17 13:08:34 UTC 2014 - werner@suse.de
|
Wed Dec 17 13:08:34 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
@ -136,9 +136,9 @@ export LC_ALL=POSIX
|
|||||||
rm -f Magdir/*,v Magdir/*~
|
rm -f Magdir/*,v Magdir/*~
|
||||||
rm -f ltcf-c.sh ltconfig ltmain.sh
|
rm -f ltcf-c.sh ltconfig ltmain.sh
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
CFLAGS="$RPM_OPT_FLAGS -DHOWMANY=69632"
|
CFLAGS="$RPM_OPT_FLAGS -DHOWMANY=69632 -fPIE"
|
||||||
%configure --disable-silent-rules --datadir=%{_miscdir} --disable-static --with-pic --enable-fsect-man5
|
%configure --disable-silent-rules --datadir=%{_miscdir} --disable-static --with-pic --enable-fsect-man5
|
||||||
%{__make} %{?_smp_mflags} pkgdatadir='$(datadir)'
|
%{__make} %{?_smp_mflags} pkgdatadir='$(datadir)' LDFLAGS="-pie"
|
||||||
%if 0%{?build_python_bindings:1}
|
%if 0%{?build_python_bindings:1}
|
||||||
pushd python
|
pushd python
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
Loading…
Reference in New Issue
Block a user