Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (ccaa1b4a39c1c37f34da919dcccbbb1e5ce4f0c7)
  • Date: Tue, 5 Aug 2008 15:36:15 -0500

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




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (ccaa1b4a39c1c37f34da919dcccbbb1e5ce4f0c7), Arjan Bouter, 08/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page