Bug#1108897: src:apache2: debian/rules file reference hardcoded x86_64-linux-gnu path
Yadd <[email protected]> Mon, 7 Jul 2025 11:25:46 +0200
| Newsgroups | gmane.linux.debian.devel.apache |
|---|---|
| Message-ID | <7c16b2f2-5eb0-4a22-8427-62ddcee43abc__31525.6043731765$1751880451$gmane$org@debian.org> |
On 7/7/25 11:15, Laurent Bigonville wrote: > Source: apache2 > Version: 2.4.63-1 > Severity: important > > Hello, > > Looking at the debian/rules file, I see that x86_64-linux-gnu is > hardcoded: > > -L/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0 > > That doesn't sound right, shouldn't that be using the path for the built > architecture? > > Kind regards, > Laurent Bigonville Hi, it looks to be an old helper, no more needed since "--with-pcre=/usr/bin/pcre2-config" is set. So it looks to have no consequences. ANyway I'll remove it on next upload Best regards, Xavier