Package: toybox
Version: 0.8.9+dfsg-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lunar ubuntu-patch

Hi Antoni,

We've found that the new upstream version of toybox fails to build from
source in Ubuntu, because the Ubuntu builders export V=1 in the build
environment, and toybox's build system fails under these conditions.

The following patch makes debian/rules clear $V in the environment, allowing
the package to build.

Thanks for considering,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru toybox-0.8.9+dfsg/debian/rules toybox-0.8.9+dfsg/debian/rules
--- toybox-0.8.9+dfsg/debian/rules      2023-02-18 11:07:34.000000000 -0800
+++ toybox-0.8.9+dfsg/debian/rules      2023-04-11 18:56:39.000000000 -0700
@@ -4,6 +4,8 @@
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
+export V=
+
 %:
        dh $@
 

Reply via email to