X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fconfigure;h=42440e2bfb6ecefb452aeebac756d74060ae7db6;hb=a698b6e3cd8527d96541276cd912496b5ca0e175;hp=d5d7cf30177618b692dced3855717303cf96533e;hpb=1bb1415fce16b8dfeace4b3ed663d3b3f49b6a65;p=bacula%2Fbacula diff --git a/bacula/configure b/bacula/configure index d5d7cf3017..42440e2bfb 100755 --- a/bacula/configure +++ b/bacula/configure @@ -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