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

David Kowis scm at mail.sourcemage.org
Sat Mar 24 16:30:55 EDT 2007


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
 



More information about the SM-Commit mailing list