Home GnuPG
Diffusion GnuPG c333e9dad66e

speedo: Set PREFIX for bzip2 build also for Unix.

Description

speedo: Set PREFIX for bzip2 build also for Unix.

bzip2 is a make-only package and thus we can't set the prefix with
configure. We need to set PREFIX here so that the install target:

if ( test ! -d $(PREFIX)/lib ) ; then mkdir -p $(PREFIX)/lib;fi
[...]

does not try to install to the default PREFIX /usr/local/lib.

Details

Provenance
wernerAuthored on Jul 8 2024, 10:58 AM
Parents
rG8828a5fe54d5: Post release updates
Branches
Unknown
Tags
Unknown