Add missing libev need by libverto
Hello,
On Linux bootstraps, by luck libverto gets needed by krb5, and
then libev gets needed. But on Hurd bootstraps, krb5 first needs
libnss-myhostname, which is built manually later, and thus the libev
need does not pop up. It makes sense to explicit that libverto, built
manually, needs libev, anyway.
git@salsa.debian.org:sthibault/rebootstrap.git
as f307a0cc20cff8e18ae8e1f9c9904f048e67e313
Samuel
commit f307a0cc20cff8e18ae8e1f9c9904f048e67e313
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Fri Jul 11 14:16:03 2025 +0200
Add missing libev need by libverto
It's only by luck that on Linux bootstraps libverto gets needed by krb5
and then libev.
diff --git a/bootstrap.sh b/bootstrap.sh
index b483788..54b8c7d 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -4074,6 +4074,7 @@ add_need libevent # by unbound
add_need libgcrypt20 # by gnupg2, libprelude
add_need libgpg-error # by gnupg2
add_need libksba # by gnupg2
+add_need libev # by libverto
dpkg-architecture "-a$HOST_ARCH" -ilinux-any && add_need libsepol # by libselinux
if dpkg-architecture "-a$HOST_ARCH" -ihurd-any; then
add_need libsystemd-dummy # by nghttp2
Reply to: