summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2011-03-02 16:01:09 +0000
committerspz <spz@pkgsrc.org>2011-03-02 16:01:09 +0000
commit659e9404f58f5b9742b9d900649ac2e1e5b95464 (patch)
treef4466210ca3949348ffa776bc7ba145a519d441a
parente2455e4c48d48c94b146dd7ecd261acd6d0a0503 (diff)
downloadpkgsrc-659e9404f58f5b9742b9d900649ac2e1e5b95464.tar.gz
Pullup ticket 3372 - requested by sbd
build fix for Linux Revisions pulled up: - pkgsrc/net/samba35/Makefile 1.3 ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: sbd Date: Tue Mar 1 11:28:59 UTC 2011 Modified Files: pkgsrc/net/samba35: Makefile Log Message: Add --with-cifsumount to CONFIGURE_ARGS on Linux systems in order to build umount.cifs To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/samba35/Makefile
-rw-r--r--net/samba35/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba35/Makefile b/net/samba35/Makefile
index aafbe72e27f..6c0e2b4ae3d 100644
--- a/net/samba35/Makefile
+++ b/net/samba35/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/12/06 17:01:22 adam Exp $
+# $NetBSD: Makefile,v 1.1.1.1.2.1 2011/03/02 16:01:09 spz 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