smallbuild replaced with individual flags
authorArt Cancro <ajc@citadel.org>
Sat, 5 Aug 2023 18:00:35 +0000 (09:00 -0900)
committerArt Cancro <ajc@citadel.org>
Sat, 5 Aug 2023 18:00:35 +0000 (09:00 -0900)
Dockerfile

index 809d22e57103a8affc097fac74e83b37562b946f..d79953459d378ecd1de0e4ff5a044bf4d88e07bf 100644 (file)
@@ -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 \