From: Art Cancro Date: Sat, 5 Aug 2023 18:00:35 +0000 (-0900) Subject: smallbuild replaced with individual flags X-Git-Url: https://code.citadel.org/?p=citadel-docker.git;a=commitdiff_plain;h=0084f5da30fa9b7ed7a55386c0f6bb1f1ab9a022 smallbuild replaced with individual flags --- diff --git a/Dockerfile b/Dockerfile index 809d22e..d799534 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,8 @@ RUN sh -c 'cd /tmp/db_build && curl -k https://easyinstall.citadel.org/db-18.1.4 RUN sh -c '\ cd /tmp/db_build/db-18.1.40/build_unix && \ ../dist/configure --prefix=/usr/local \ - --enable-smallbuild \ + --with-cryptography=no --disable-hash --disable-heap --disable-queue \ + --disable-replication --disable-statistics \ --with-uniquename=_ctdl \ --enable-static --disable-shared \ --disable-compat185 --disable-cxx --disable-debug \