We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e256e24 commit e215917Copy full SHA for e215917
build-scripts/configure
@@ -42,12 +42,7 @@ esac
42
43
P=$BUILDPREFIX
44
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
+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"
51
52
for dep in "ldap" "libxml2" "libyaml" "librsync" "leech" "libacl" "libvirt" "libcurl"
53
do
0 commit comments