Accepting request 630357 from home:bmwiedemann:branches:utilities

Run make config before build instead of in the middle, to have reproducible builds (boo#1102408)

OBS-URL: https://build.opensuse.org/request/show/630357
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=33
This commit is contained in:
Jan Engelhardt 2018-08-19 07:10:55 +00:00 committed by Git OBS Bridge
parent 6650507fe6
commit cc721abb68
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Aug 19 06:27:37 UTC 2018 - bwiedemann@suse.com
- Run make config before build instead of in the middle,
to have reproducible builds (boo#1102408)
-------------------------------------------------------------------
Wed Jun 6 20:23:02 UTC 2018 - jengelh@inai.de

View File

@ -439,7 +439,7 @@ rm -fv libsiconv/shlsiconv.mk
# - Not fully parallel safe, so stick to default.
#
mycf="%optflags -fno-strict-aliasing -fno-omit-frame-pointer -fPIC -finput-charset=ISO-8859-1"
gmake RUNPATH="" LINKMODE=dynamic COPTOPT="$mycf" LDOPTX=""
gmake RUNPATH="" LINKMODE=dynamic COPTOPT="$mycf" LDOPTX="" config all
%install
b="%buildroot"