summaryrefslogtreecommitdiff
path: root/libshare/debian/patches/libshare-no-smb.patch
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-09-27 13:03:15 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-09-27 13:03:15 +0400
commitf65c0617ebdda4997607ad9b3b837b6e57fbfff9 (patch)
treed881748b7b7eba250de791b831e5e9d3a7c02d0b /libshare/debian/patches/libshare-no-smb.patch
parentca5746a89aeafdaff9f69cc39c9b94764102382c (diff)
downloadillumos-packaging-f65c0617ebdda4997607ad9b3b837b6e57fbfff9.tar.gz
libshare
Diffstat (limited to 'libshare/debian/patches/libshare-no-smb.patch')
-rw-r--r--libshare/debian/patches/libshare-no-smb.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/libshare/debian/patches/libshare-no-smb.patch b/libshare/debian/patches/libshare-no-smb.patch
new file mode 100644
index 0000000..071eea8
--- /dev/null
+++ b/libshare/debian/patches/libshare-no-smb.patch
@@ -0,0 +1,14 @@
+Description: libshare_smb requires libsmb which require libshare
+Index: sharemgr/usr/src/lib/libshare/Makefile
+===================================================================
+--- sharemgr.orig/usr/src/lib/libshare/Makefile 2013-09-27 00:31:10.504880652 +0400
++++ sharemgr/usr/src/lib/libshare/Makefile 2013-09-27 11:57:23.927057214 +0400
+@@ -36,7 +36,7 @@
+
+ # Add plugin module directories here. They need to build after the libshare
+ # objects are built.
+-PLUGINS = nfs smb smbfs autofs
++PLUGINS = nfs smbfs autofs
+ $(PLUGINS): $(MACHS)
+
+ SUBDIRS = $(MACHS) $(PLUGINS)