diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-28 10:40:02 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-05 02:39:08 +0200 |
commit | a329c72f0718d593d1215924814a8bd2b5df4a77 (patch) | |
tree | 5f2e56c7035b6a0bed49cef9caeba338f0d03aba | |
parent | 96108eed100e1962c4abd75a021d84467ae4d690 (diff) | |
download | samba-a329c72f0718d593d1215924814a8bd2b5df4a77.tar.gz samba-a329c72f0718d593d1215924814a8bd2b5df4a77.tar.bz2 samba-a329c72f0718d593d1215924814a8bd2b5df4a77.zip |
vfs: Remove -D_LARGEFILE64_SOURCE from vfs examples Makefile
-rw-r--r-- | examples/libsmbclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |