]> code.citadel.org Git - citadel.git/blobdiff - citadel/configure
Makefile: BACKEND_LDFLAGS "created" by configure
[citadel.git] / citadel / configure
index 823a0c5bfe91d8972c65c8bbe2ffef93a4b62141..08b56c4fe1d25212e79694b6fa8dea7cfc2b2ec8 100755 (executable)
@@ -113,6 +113,9 @@ $CC $CFLAGS $CPPFLAGS $tempcc -o $tempfile && {
        }
 }
 
+# This is needed to link Berkeley DB.  We will add more here later.
+BACKEND_LDFLAGS=-ldb
+
 
 ########################################################################
 # The build ID can be generated from git or from the date
@@ -129,6 +132,7 @@ CFLAGS=${CFLAGS}' -DCTDLDIR=\"'${CTDLDIR}'\"'
        echo "CTDLDIR := ${CTDLDIR}"
        echo "CFLAGS := ${CFLAGS} ${CPPFLAGS}"
        echo "LDFLAGS := ${LDFLAGS}"
+       echo "BACKEND_LDFLAGS := ${BACKEND_LDFLAGS}"
 ) >config.mk
 
 cat config.mk