SHA256
1
0
forked from pool/schily

Accepting request 630358 from utilities

OBS-URL: https://build.opensuse.org/request/show/630358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schily?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2018-08-24 14:50:15 +00:00 committed by Git OBS Bridge
commit 207b49d766
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"