summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-03-01 11:28:59 +0000
committersbd <sbd@pkgsrc.org>2011-03-01 11:28:59 +0000
commite1767a0add09b31455d45a79638d1171a0f602f8 (patch)
tree818cbc1771979363acc845142464101981e4d940 /net
parent6d7d2047b023cc0eb6ea8adbe8cbfc88bcbb5ec1 (diff)
downloadpkgsrc-e1767a0add09b31455d45a79638d1171a0f602f8.tar.gz
Add --with-cifsumount to CONFIGURE_ARGS on Linux systems in order to build
umount.cifs
Diffstat (limited to 'net')
-rw-r--r--net/samba35/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba35/Makefile b/net/samba35/Makefile
index a9c6c865e87..5b8b6b82458 100644
--- a/net/samba35/Makefile
+++ b/net/samba35/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/02/28 14:34:56 taca Exp $
+# $NetBSD: Makefile,v 1.3 2011/03/01 11:28:59 sbd Exp $
.include "../../net/samba/Makefile.mirrors"
@@ -72,7 +72,7 @@ PLIST_VARS+= cifsmount macosx
# Only Linux supports mount.cifs for mounting a CIFS share into the filesystem.
.if ${OPSYS} == "Linux"
-CONFIGURE_ARGS+= --with-cifsmount
+CONFIGURE_ARGS+= --with-cifsmount --with-cifsumount
PLIST.cifsmount= yes
.endif