1
0
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:
Werner Koch 2024-07-08 10:58:06 +02:00
parent 8828a5fe54
commit c333e9dad6
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 6 additions and 0 deletions

3
NEWS
View File

@ -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)
------------------------------------------------

View File

@ -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 = \