diff options
author | Werner Koch <wk@gnupg.org> | 2024-07-08 10:58:06 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2024-07-08 10:59:06 +0200 |
commit | c333e9dad66ed25a906fba8146a6fc25b0e83ff8 (patch) | |
tree | dca6f356f8a262aad4ffbc11dfe71d7a7274f222 /scd | |
parent | Post release updates (diff) | |
download | gnupg2-c333e9dad66ed25a906fba8146a6fc25b0e83ff8.tar.xz gnupg2-c333e9dad66ed25a906fba8146a6fc25b0e83ff8.zip |
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.
Diffstat (limited to 'scd')
0 files changed, 0 insertions, 0 deletions