Accepting request 597562 from Base:System
OBS-URL: https://build.opensuse.org/request/show/597562 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sed?expand=0&rev=30
This commit is contained in:
commit
adf614fefc
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 14 03:42:05 UTC 2018 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
- Make package build reproducible (boo#1040589)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 1 11:59:30 UTC 2018 - astieger@suse.com
|
Sun Apr 1 11:59:30 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
4
sed.spec
4
sed.spec
@ -53,9 +53,9 @@ export CFLAGS="%{optflags} %{warn_flags} -fPIE"
|
|||||||
export LDFLAGS="-pie"
|
export LDFLAGS="-pie"
|
||||||
%configure \
|
%configure \
|
||||||
--without-included-regex
|
--without-included-regex
|
||||||
%if %{do_profiling}
|
%if 0%{?do_profiling}
|
||||||
make %{?_smp_mflags} CFLAGS="$CFLAGS %{cflags_profile_generate}" V=1
|
make %{?_smp_mflags} CFLAGS="$CFLAGS %{cflags_profile_generate}" V=1
|
||||||
make %{?_smp_mflags} CFLAGS="$CFLAGS %{cflags_profile_generate}" check
|
make CFLAGS="$CFLAGS %{cflags_profile_generate}" check
|
||||||
make %{?_smp_mflags} clean
|
make %{?_smp_mflags} clean
|
||||||
make %{?_smp_mflags} CFLAGS="$CFLAGS %{cflags_profile_feedback}" V=1
|
make %{?_smp_mflags} CFLAGS="$CFLAGS %{cflags_profile_feedback}" V=1
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user