summaryrefslogtreecommitdiff
path: root/beadm/debian/patches/libbe-disable-static.patch
diff options
context:
space:
mode:
Diffstat (limited to 'beadm/debian/patches/libbe-disable-static.patch')
-rw-r--r--beadm/debian/patches/libbe-disable-static.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/beadm/debian/patches/libbe-disable-static.patch b/beadm/debian/patches/libbe-disable-static.patch
new file mode 100644
index 0000000..1d48288
--- /dev/null
+++ b/beadm/debian/patches/libbe-disable-static.patch
@@ -0,0 +1,13 @@
+Index: beadm/usr/src/lib/libbe/Makefile.com
+===================================================================
+--- beadm.orig/usr/src/lib/libbe/Makefile.com 2013-01-09 00:18:53.083579655 +0400
++++ beadm/usr/src/lib/libbe/Makefile.com 2013-01-09 00:28:18.425498683 +0400
+@@ -60,7 +60,7 @@
+
+ .KEEP_STATE:
+
+-all: $(LIBS) $(LIBRARY)
++all: $(LIBS)
+
+ lint: lintcheck
+