mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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.
This commit is contained in:
parent
8828a5fe54
commit
c333e9dad6
3
NEWS
3
NEWS
@ -2,6 +2,9 @@ Noteworthy changes in version 2.5.1 (unreleased)
|
||||
------------------------------------------------
|
||||
|
||||
|
||||
Release-info: https://dev.gnupg.org/T7191
|
||||
|
||||
|
||||
Noteworthy changes in version 2.5.0 (2024-07-05)
|
||||
------------------------------------------------
|
||||
|
||||
|
@ -593,6 +593,9 @@ speedo_pkg_bzip2_make_args = \
|
||||
|
||||
speedo_pkg_bzip2_make_args_inst = \
|
||||
PREFIX=$(idir) CC="$(host)-gcc" AR="$(host)-ar" RANLIB="$(host)-ranlib"
|
||||
else
|
||||
speedo_pkg_bzip2_make_args_inst = \
|
||||
PREFIX=$(idir)
|
||||
endif
|
||||
|
||||
speedo_pkg_w64_libiconv_configure = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user