SHA256
1
0
forked from pool/schily

- Add _FILE_OFFSET_BITS=64

OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=17
This commit is contained in:
Jan Engelhardt 2018-05-16 22:13:16 +00:00 committed by Git OBS Bridge
parent 9011892775
commit c5a043e86b
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 16 22:12:34 UTC 2018 - jengelh@inai.de
- Add _FILE_OFFSET_BITS=64 for the psmake build procedure.
-------------------------------------------------------------------
Wed May 16 16:38:42 UTC 2018 - jengelh@inai.de

View File

@ -410,6 +410,10 @@ rm -fv libshedit/shlshedit.mk
# Static link libsiconv. It forwards to glibc iconv for supported charsets.
rm -fv libsiconv/shlsiconv.mk
pushd psmake/
CFLAGS="%optflags -D_FILE_OFFSET_BITS=64" sh MAKE-sh
popd
# (this is a noninteractive build; nobody will read the warnings
# or care about the pause, so use GMAKE_NOWARN.)
#
@ -422,7 +426,7 @@ rm -fv libsiconv/shlsiconv.mk
# Not fully parallel safe, so stick to default.
#
gmake GMAKE_NOWARN=true RUNPATH="" LINKMODE=dynamic \
COPTOPT="%optflags -fno-strict-aliasing -fno-omit-frame-pointer -fPIC -finput-charset=ISO-8859-1" \
COPTOPT="%optflags -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -fno-omit-frame-pointer -fPIC -finput-charset=ISO-8859-1" \
LDOPTX="" RUNPATH=""
%install