]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/configure
ebl Add patch for tokyo support
[bacula/bacula] / bacula / configure
index d5d7cf30177618b692dced3855717303cf96533e..42440e2bfb6ecefb452aeebac756d74060ae7db6 100755 (executable)
@@ -32124,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