[Lunar-commits] <moonbase-other> libunique: fix the compile with the existing dbus module.
Florin Braescu
florin at lunar-linux.org
Mon Dec 31 17:17:08 CET 2012
commit 11f559e61c1e26b51fbcde4bd592c55ba8595a19
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon, 31 Dec 2012 08:17:08 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/11f559e61c1e26b51fbcde4bd592c55ba8595a19
libunique: fix the compile with the existing dbus module.
---
libs/libunique/BUILD | +5/-0
libs/libunique/DETAILS | +1/-1
2 files changed, 6 insertions(+), 1 deletion(-)
--- a/libs/libunique/BUILD
+++ b/libs/libunique/BUILD
@@ -3,6 +3,11 @@
patch_it $SOURCE2 0 &&
patch_it $SOURCE3 0 &&
+
+ OPTS+=" --enable-dbus=no"
+
+ autoreconf &&
+
default_config &&
#To fix usrbin
--- a/libs/libunique/DETAILS
+++ b/libs/libunique/DETAILS
@@ -3,7 +3,7 @@
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=libunique-1.1.6-gcc-460.patch
SOURCE3=$MODULE.g.const.return.patch
- SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}/
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
SOURCE2_URL=$PATCH_URL
SOURCE3_URL=$PATCH_URL
SOURCE_VFY=sha1:d44ad06503efaaa0c660c5f8a817e90fbe254d1f
More information about the Lunar-commits
mailing list