summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorThomas Nagy <tnagy@waf.io>2016-03-26 13:18:07 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:21 +0200
commit8077f462c9854bf8ff3e5ce09c0f22f02cb21910 (patch)
tree5753140f209205a10386ffff8c4059429a8060a6 /source3/wscript
parentf3e349bebc443133fdbe4e14b148ca8db8237060 (diff)
downloadsamba-8077f462c9854bf8ff3e5ce09c0f22f02cb21910.tar.gz
build:wafsamba: Build on waf 1.9
Signed-off-by: Thomas Nagy <tnagy@waf.io> Reviewed-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index e1b24d05707..6a40f239572 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1531,7 +1531,7 @@ main() {
conf.CHECK_DECLS('FS_IOC_GETFLAGS FS_COMPR_FL', headers='linux/fs.h')):
conf.DEFINE('HAVE_LINUX_IOCTL', '1')
- conf.env['CCFLAGS_CEPHFS'] = "-D_FILE_OFFSET_BITS=64"
+ conf.env['CFLAGS_CEPHFS'] = "-D_FILE_OFFSET_BITS=64"
if Options.options.libcephfs_dir:
conf.env['CPPPATH_CEPHFS'] = Options.options.libcephfs_dir + '/include'
conf.env['LIBPATH_CEPHFS'] = Options.options.libcephfs_dir + '/lib'