]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/configure
kes Add debug code to SD.
[bacula/bacula] / bacula / configure
index 8be86793c6d264d63cabf78daaa30f8d3924519c..42440e2bfb6ecefb452aeebac756d74060ae7db6 100755 (executable)
@@ -32117,8 +32117,6 @@ if test "${support_bat}" = "yes" ; then
     QMAKEBIN=qmake-qt4
   fi
 
-
-
   cd src/qt-console
   chmod 755 install_conf_file build-depkgs-qt-console
   echo "Creating bat Makefile"
@@ -32126,6 +32124,17 @@ if test "${support_bat}" = "yes" ; then
   cd ${BUILD_DIR}
 fi
 
+# configure and prepare libtokyodbm for bacula
+pushd src/lib/tokyocabinet > /dev/null
+tcdbm_opt=
+if test x$largefile_support = xyes; then
+   tcdbm_opt=--enable-off64
+fi
+./configure $tcdbm_opt
+popd > /dev/null
+# need tokyo header files for "make depend"
+cp src/lib/tokyocabinet/t*.h src/lib
+
 echo "Doing make of dependencies"
 ${MAKE:-make} depend