1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00
gnupg/build-aux
Werner Koch c333e9dad6
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.
2024-07-08 10:59:06 +02:00
..
2014-01-10 11:11:13 +01:00
2014-01-10 11:11:13 +01:00
2014-01-10 11:11:13 +01:00
2014-01-10 11:11:13 +01:00
2014-01-10 11:11:13 +01:00
2014-01-10 11:11:13 +01:00
2018-10-25 16:53:05 -04:00