s3-waf:modules add non_posix_acls dependency to vfs_gpfs
authorChristian Ambach <ambi@samba.org>
Tue, 8 Jan 2013 16:56:50 +0000 (17:56 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 4 Feb 2013 11:19:30 +0000 (12:19 +0100)
Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/modules/wscript_build

index df86115757982d346e6b3b8fa8667178db51c015..43daaf079edf8ab82b0f43484ea818aae9b0116d 100644 (file)
@@ -310,7 +310,7 @@ bld.SAMBA3_MODULE('vfs_commit',
 bld.SAMBA3_MODULE('vfs_gpfs',
                  subsystem='vfs',
                  source=VFS_GPFS_SRC,
-                 deps='NFS4_ACLS',
+                 deps='NFS4_ACLS non_posix_acls',
                  init_function='',
                  internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_gpfs'),
                  enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_gpfs'))