Skip to content

Commit e215917

Browse files
committed
Always compile with lmdb
Ticket: ENT-12600 Signed-off-by: Lars Erik Wik <[email protected]>
1 parent e256e24 commit e215917

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build-scripts/configure

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,7 @@ esac
4242

4343
P=$BUILDPREFIX
4444

45-
ARGS="--prefix=$P --libdir=$P/lib --with-workdir=$P --sysconfdir=/etc --with-openssl=$P --with-pcre2=$P --with-librsync=$P --with-init-script"
46-
47-
if [ $EMBEDDED_DB = lmdb ]
48-
then
49-
var_append ARGS "--with-lmdb=$P"
50-
fi
45+
ARGS="--prefix=$P --libdir=$P/lib --with-workdir=$P --sysconfdir=/etc --with-openssl=$P --with-pcre2=$P --with-librsync=$P --with-init-script --with-lmdb=$P"
5146

5247
for dep in "ldap" "libxml2" "libyaml" "librsync" "leech" "libacl" "libvirt" "libcurl"
5348
do

0 commit comments

Comments
 (0)