Hello Kim,
The bzip2 library is not detected at configure time.
Is this the intended behavior?
apt-cache show libbz2-dev
Package: libbz2-dev
Architecture: amd64
Version: 1.0.8-2
Multi-Arch: same
Priority: optional
Section: libdevel
Source: bzip2
Origin: Ubuntu
...
(autogen -- latest git version
hello
be sure you have bzip2.pc in /usr/lib/pkgconfig
if not, after seeing configure.ac, there should be another check to be
done to detect bzip2 (header + library files)
Vincent Torri
On Sat, Aug 7, 2021 at 9:20 AM Carla Sensa wrote:
>
> Hello Kim,
>
> The bzip2 library is not detected at con
It seems Ubuntu nor Debian provide the proper pc files for Debian. The
actual source code for bzip2 needs to be patched to generate these files.
It seems distros like Arch to patch it for pkg-config support. I just now
filed a bug report on Launchpad about this issue.
https://bugs.launchpad.net/ub
Should be fixed in git.
I'll roll a 1.7.3 shortly if nothing else pops up.
Thanks :)
/Kim
On 8/7/21 3:01 PM, Rbt. Y-Lee wrote:
It seems Ubuntu nor Debian provide the proper pc files for Debian. The
actual source code for bzip2 needs to be patched to generate these files.
It seems distros lik