[Lunar-commits] <moonbase> libSM: no statics, missing opt dep util-linux, enable ip6?

Christian Krause wookietreiber at lunar-linux.org
Tue Jun 7 10:08:20 CEST 2011


commit 5e047a89caea12abb64366471587ffc1108ba0d0
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date:   Tue Jun 7 10:08:20 2011 +0200

    libSM: no statics, missing opt dep util-linux, enable ip6?
---
 xorg7/lib/libSM/BUILD     |    2 ++
 xorg7/lib/libSM/CONFIGURE |    1 +
 xorg7/lib/libSM/DEPENDS   |    2 ++
 3 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/xorg7/lib/libSM/BUILD b/xorg7/lib/libSM/BUILD
index cfe3408..3c9445f 100644
--- a/xorg7/lib/libSM/BUILD
+++ b/xorg7/lib/libSM/BUILD
@@ -1,6 +1,8 @@
 (
   . /etc/profile.d/x11r7.rc &&
 
+  OPTS+=" --disable-static" &&
+
   default_build
 
 ) > $C_FIFO 2>&1
diff --git a/xorg7/lib/libSM/CONFIGURE b/xorg7/lib/libSM/CONFIGURE
new file mode 100644
index 0000000..1ad2800
--- /dev/null
+++ b/xorg7/lib/libSM/CONFIGURE
@@ -0,0 +1 @@
+mquery IPV6 "Enable IPv6?" y "--enable-ipv6" "--disable-ipv6"
diff --git a/xorg7/lib/libSM/DEPENDS b/xorg7/lib/libSM/DEPENDS
index 53d8b41..9c7c6a0 100644
--- a/xorg7/lib/libSM/DEPENDS
+++ b/xorg7/lib/libSM/DEPENDS
@@ -1 +1,3 @@
 depends  libICE
+
+optional_depends "util-linux" "--with-libuuid" "--without-libuuid" "Build with libuuid support for client IDs?"


More information about the Lunar-commits mailing list