Package: lv2 Version: 1.18.4-1 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu kinetic ubuntu-patch
Dear maintainers, The lv2 package was failing to build on ppc64el in Ubuntu because the upstream build system has code to detect whether to use /usr/lib64 as a target, which incorrectly triggers in Ubuntu because our build environments are all usrmerge systems (whereas Debian's are not). As we can expect Debian to eventually move its build environment to use usrmerge, I think the attached patch is appropriate to include in Debian as well. Cheers, -- 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 lv2-1.18.4/debian/rules lv2-1.18.4/debian/rules --- lv2-1.18.4/debian/rules 2021-01-17 12:50:35.000000000 -0800 +++ lv2-1.18.4/debian/rules 2022-08-27 13:41:15.000000000 -0700 @@ -13,6 +13,7 @@ override_dh_auto_configure: $(WAF) configure --prefix=/usr \ --mandir=/usr/share/man \ + --libdir=/usr/lib \ --strict override_dh_auto_build: