INN commit: trunk/support (mksnapshot)

INN Commit rra at isc.org
Wed Jan 20 11:57:08 UTC 2021


    Date: Wednesday, January 20, 2021 @ 03:57:07
  Author: iulius
Revision: 10528

Build without SQLite support in the test without external libraries

Modified:
  trunk/support/mksnapshot

------------+
 mksnapshot |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: mksnapshot
===================================================================
--- mksnapshot	2021-01-20 11:53:34 UTC (rev 10527)
+++ mksnapshot	2021-01-20 11:57:07 UTC (rev 10528)
@@ -86,9 +86,10 @@
     make test
 
     # Run yet another build, with other configure options.
+    # This one is without features requiring external libraries.
     make distclean
     ./configure --enable-keywords --without-bdb --without-krb5 \
-        --without-openssl --without-sasl --without-zlib
+        --without-openssl --without-sasl --without-sqlite3 --without-zlib
     make warnings
     make test
 



More information about the inn-committers mailing list