From 5d95e1d0983b4485f22c2e39035f6ba05be46047 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 16 May 2023 15:25:56 +0200 Subject: Enable more static translators by default We will more and more default to using rumpdisk and thus need the whole stack with static link. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9c80b96a..44aa69d7 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ AC_ARG_ENABLE(profile, [ --disable-profile do not build profiled libraries and programs]) AC_SUBST(enable_profile) -define([default_static],['ext2fs'])dnl +define([default_static],['ext2fs,iso9660fs,rumpdisk,pci-arbiter,acpi'])dnl AC_ARG_ENABLE(static-progs, [ --enable-static-progs=PROGRAMS... build statically-linked PROGRAM.static versions -- cgit v1.2.3