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:
parent
9011892775
commit
c5a043e86b
@ -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
|
Wed May 16 16:38:42 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -410,6 +410,10 @@ rm -fv libshedit/shlshedit.mk
|
|||||||
# Static link libsiconv. It forwards to glibc iconv for supported charsets.
|
# Static link libsiconv. It forwards to glibc iconv for supported charsets.
|
||||||
rm -fv libsiconv/shlsiconv.mk
|
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
|
# (this is a noninteractive build; nobody will read the warnings
|
||||||
# or care about the pause, so use GMAKE_NOWARN.)
|
# 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.
|
# Not fully parallel safe, so stick to default.
|
||||||
#
|
#
|
||||||
gmake GMAKE_NOWARN=true RUNPATH="" LINKMODE=dynamic \
|
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=""
|
LDOPTX="" RUNPATH=""
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user