Accepting request 266916 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/266916 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sed?expand=0&rev=23
This commit is contained in:
commit
fc77487011
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 30 11:15:38 UTC 2014 - meissner@suse.com
|
||||
|
||||
- build with PIE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 09:48:33 UTC 2014 - tcech@suse.cz
|
||||
|
||||
|
3
sed.spec
3
sed.spec
@ -53,7 +53,8 @@ occurrences of a string within a file.
|
||||
|
||||
%build
|
||||
%define warn_flags -Wall -Wstrict-prototypes -Wpointer-arith -Wformat-security
|
||||
export CFLAGS="%{optflags} %warn_flags"
|
||||
export CFLAGS="%{optflags} %warn_flags -fPIE"
|
||||
export LDFLAGS="-pie"
|
||||
./configure --prefix=/usr \
|
||||
--mandir=%{_mandir} \
|
||||
--infodir=%{_infodir} \
|
||||
|
Loading…
Reference in New Issue
Block a user