Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (bb542dd4441f7ca7fad9b6cf178e2237001b1ecf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (bb542dd4441f7ca7fad9b6cf178e2237001b1ecf)
  • Date: Sat, 24 Mar 2007 15:30:55 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

archive/bacula/BUILD | 4 +++-
archive/bacula/HISTORY | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit bb542dd4441f7ca7fad9b6cf178e2237001b1ecf
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

bacula
Fixed include path for python
fixed --with-sqlite3 so it'd work with version 3 of sqlite

diff --git a/archive/bacula/BUILD b/archive/bacula/BUILD
index c8df9b6..c096cca 100755
--- a/archive/bacula/BUILD
+++ b/archive/bacula/BUILD
@@ -1,10 +1,12 @@
+local python_ver=$(installed_version python) &&
+OPTS=${OPTS//--with-python/--with-python=\/usr\/include\/python${python_ver:0:3}}
&&
+OPTS=${OPTS//sqlite/sqlite3} &&
./configure \
--prefix=$INSTALL_ROOT/usr \
--sysconfdir=$INSTALL_ROOT/etc/bacula \
--localstatedir=$INSTALL_ROOT/var \
--mandir=$INSTALL_ROOT/usr/share/man \
--infodir=$INSTALL_ROOT/usr/share/info \
- --enable-smartalloc \
$BACULA_CLIENT \
$OPTS &&
make
diff --git a/archive/bacula/HISTORY b/archive/bacula/HISTORY
index b5f85b4..be1643d 100644
--- a/archive/bacula/HISTORY
+++ b/archive/bacula/HISTORY
@@ -1,3 +1,6 @@
+2007-03-21 David Kowis <dkowis AT shlrm.org>
+ * BUILD: fixed python path, fixed sqlite include
+
2006-07-10 Dave Josephsen <dave AT sourcemage.org>
* DETAILS: Fixed cvs pserver address, upgrade to 1.38.11




  • [SM-Commit] GIT changes to master grimoire by David Kowis (bb542dd4441f7ca7fad9b6cf178e2237001b1ecf), David Kowis, 03/24/2007

Archive powered by MHonArc 2.6.24.

Top of Page