summaryrefslogtreecommitdiff
path: root/examples/libsmbclient
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-28 10:40:02 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-04-05 02:39:08 +0200
commita329c72f0718d593d1215924814a8bd2b5df4a77 (patch)
tree5f2e56c7035b6a0bed49cef9caeba338f0d03aba /examples/libsmbclient
parent96108eed100e1962c4abd75a021d84467ae4d690 (diff)
downloadsamba-a329c72f0718d593d1215924814a8bd2b5df4a77.tar.gz
vfs: Remove -D_LARGEFILE64_SOURCE from vfs examples Makefile
Diffstat (limited to 'examples/libsmbclient')
-rw-r--r--examples/libsmbclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/libsmbclient/Makefile b/examples/libsmbclient/Makefile
index 728dbe0edbc..08ff19a2b27 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 \