diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-16 15:25:56 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-16 15:25:58 +0200 |
commit | 5d95e1d0983b4485f22c2e39035f6ba05be46047 (patch) | |
tree | b445f862e65db4e28e83c187e764d4d7deb41080 /configure.ac | |
parent | 3bb1dc4d99d3fd17c30a1508f3bbfa3b6b7aac46 (diff) | |
download | hurd-5d95e1d0983b4485f22c2e39035f6ba05be46047.tar.gz hurd-5d95e1d0983b4485f22c2e39035f6ba05be46047.tar.bz2 hurd-5d95e1d0983b4485f22c2e39035f6ba05be46047.zip |
Enable more static translators by default
We will more and more default to using rumpdisk and thus need the whole
stack with static link.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 |