need -D_FILE_OFFSET_BITS=64 on some weird OS
Debian PR 237038
This commit is contained in:
parent
ba859c9ab1
commit
1dd37a1086
3
Build.sh
3
Build.sh
@ -1,5 +1,5 @@
|
||||
#!/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:
|
||||
# CC gcc
|
||||
@ -10,6 +10,7 @@
|
||||
# srcdir (path of script)
|
||||
# NROFF nroff
|
||||
# Hints:
|
||||
# GNU/Linux CPPFLAGS='-D_FILE_OFFSET_BITS=64'
|
||||
# Mac OSX LDFLAGS=
|
||||
# Solaris LDFLAGS=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user