From a329c72f0718d593d1215924814a8bd2b5df4a77 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 28 Mar 2012 10:40:02 +1100 Subject: vfs: Remove -D_LARGEFILE64_SOURCE from vfs examples Makefile --- examples/libsmbclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/libsmbclient/Makefile b/examples/libsmbclient/Makefile index 728dbe0edb..08ff19a2b2 100644 --- a/examples/libsmbclient/Makefile +++ b/examples/libsmbclient/Makefile @@ -7,7 +7,7 @@ EXTLIB_INCL = -I/usr/include/gtk-1.2 \ -I/usr/lib/glib/include EXTLIB_INCL = `gtk-config --cflags` -DEFS = -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE +DEFS = -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE CFLAGS = -O0 -g $(SAMBA_INCL) $(EXTLIB_INCL) $(DEFS) LDFLAGS = -L/usr/local/samba/lib \ -- cgit