]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/configure
kes Add make clean of qt-source directory during ./configure
[bacula/bacula] / bacula / configure
index d5d7cf30177618b692dced3855717303cf96533e..55745e5e8140da8be2e91c829148aa69cf1c4f20 100755 (executable)
@@ -32121,9 +32121,21 @@ if test "${support_bat}" = "yes" ; then
   chmod 755 install_conf_file build-depkgs-qt-console
   echo "Creating bat Makefile"
   $QMAKEBIN
+  make clean
   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