need -D_FILE_OFFSET_BITS=64 on some weird OS

Debian PR 237038
This commit is contained in:
tg 2005-05-25 09:53:02 +00:00
parent ba859c9ab1
commit 1dd37a1086

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# $MirOS: src/bin/mksh/Build.sh,v 1.3 2005/05/23 17:24:23 tg Exp $ # $MirOS: src/bin/mksh/Build.sh,v 1.4 2005/05/25 09:53:02 tg Exp $
#- #-
# Recognised command line parameters and their defaults: # Recognised command line parameters and their defaults:
# CC gcc # CC gcc
@ -10,6 +10,7 @@
# srcdir (path of script) # srcdir (path of script)
# NROFF nroff # NROFF nroff
# Hints: # Hints:
# GNU/Linux CPPFLAGS='-D_FILE_OFFSET_BITS=64'
# Mac OSX LDFLAGS= # Mac OSX LDFLAGS=
# Solaris LDFLAGS= # Solaris LDFLAGS=