[SM-Commit] GIT changes to master grimoire by Arjan Bouter (ccaa1b4a39c1c37f34da919dcccbbb1e5ce4f0c7)

Arjan Bouter scm at sourcemage.org
Tue Aug 5 16:36:15 EDT 2008


GIT changes to master grimoire by Arjan Bouter <abouter at sourcemage.org>:

 mobile/libopensync/BUILD     |    8 +++++---
 mobile/libopensync/CONFIGURE |    2 +-
 mobile/libopensync/HISTORY   |    4 ++++
 3 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 160c4e2036c9906d0a728bcc497183d64686ecb3
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    libopensync: python be gone!

diff --git a/mobile/libopensync/BUILD b/mobile/libopensync/BUILD
index f39bb2f..00f3f36 100755
--- a/mobile/libopensync/BUILD
+++ b/mobile/libopensync/BUILD
@@ -1,3 +1,5 @@
-  OPTS="$OPTS --disable-debug --disable-tracing --disable-profiling" &&
-  default_build
-
+OPTS="$OPTS --disable-debug --disable-tracing --disable-profiling" &&
+if [ "$LIBOPENSYNC_PYTHON" = 'n' ]; then
+  OPTS="$OPTS --disable-python"
+fi &&
+default_build
diff --git a/mobile/libopensync/CONFIGURE b/mobile/libopensync/CONFIGURE
index 583fb21..b8e8f92 100755
--- a/mobile/libopensync/CONFIGURE
+++ b/mobile/libopensync/CONFIGURE
@@ -1 +1 @@
-config_query LIBOPENSYNC "Enable python bindings?" y
+config_query LIBOPENSYNC_PYTHON "Enable python bindings?" n
diff --git a/mobile/libopensync/HISTORY b/mobile/libopensync/HISTORY
index f7da672..b245886 100644
--- a/mobile/libopensync/HISTORY
+++ b/mobile/libopensync/HISTORY
@@ -1,3 +1,7 @@
+2008-08-05 Arjan Bouter <abouter at sourcemage.org>
+	* BUILD: actually disable python
+	* CONFIGURE: repaired query to use the correct var
+
 2008-01-28 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* PRE_SUB_DEPENDS: removed is_depends_enabled.function reference
 



More information about the SM-Commit mailing list