Skip to content

Commit

Permalink
s3-waf:modules add non_posix_acls dependency to vfs_gpfs
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Ambach <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
der-ambi authored and abartlet committed Feb 4, 2013
1 parent 2a2dbf8 commit d7ad24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source3/modules/wscript_build
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit d7ad24a

Please sign in to comment.