summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-01-29 09:19:54 +0100
committerVolker Lendecke <vlendec@samba.org>2011-01-30 12:17:48 +0100
commite6e7c724adc604058cf06649c5e34004b8f5bab4 (patch)
treeed529025ed56b4887d759b5074db10e08a63e3a0 /source3/Makefile.in
parent619e5cb646b465a4d6a031cbb462878e096498a6 (diff)
downloadsamba-e6e7c724adc604058cf06649c5e34004b8f5bab4.tar.gz
samba-e6e7c724adc604058cf06649c5e34004b8f5bab4.tar.bz2
samba-e6e7c724adc604058cf06649c5e34004b8f5bab4.zip
s3: On FreeBSD, compile zfsacl if sunacl.h is around
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jan 30 12:17:49 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 5a4435badb..4cb9a9fb5c 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2888,7 +2888,7 @@ bin/solarisacl.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_SOLARISACL_OBJ)
bin/zfsacl.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_ZFSACL_OBJ)
@echo "Building plugin $@"
- @$(SHLD_MODULE) $(VFS_ZFSACL_OBJ)
+ @$(SHLD_MODULE) $(VFS_ZFSACL_OBJ) @ZFSACL_LIBS@
bin/irixacl.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_IRIXACL_OBJ)
@echo "Building plugin $@"