summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2023-05-16 15:25:56 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-05-16 15:25:58 +0200
commit5d95e1d0983b4485f22c2e39035f6ba05be46047 (patch)
treeb445f862e65db4e28e83c187e764d4d7deb41080
parent3bb1dc4d99d3fd17c30a1508f3bbfa3b6b7aac46 (diff)
Enable more static translators by defaultv0.9.git20230520
We will more and more default to using rumpdisk and thus need the whole stack with static link.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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