mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
12 lines
375 B
Diff
12 lines
375 B
Diff
|
--- ./Makefile.orig 2006-09-18 23:07:40.000000000 -0500
|
||
|
+++ ./Makefile 2006-09-18 23:09:54.000000000 -0500
|
||
|
@@ -86,7 +86,7 @@
|
||
|
#-Wimplicit -Wshadow -Wid-clash-6 #-Wuninitialized
|
||
|
|
||
|
# The place to put your favourite extra cc flag
|
||
|
-CFLAGS0 = -O #$(GCC_WARNINGS)
|
||
|
+CFLAGS0 = -O -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 #$(GCC_WARNINGS)
|
||
|
LDFLAGS0= -s
|
||
|
# Read my libs :-)
|
||
|
LIBS=
|