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:
Dominique Leuenberger 2018-04-19 13:13:21 +00:00 committed by Git OBS Bridge
commit adf614fefc
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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