mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
build: By default build wks-tools on all Unix platforms.
Signed-off-by: Werner Koch <wk@gnupg.org> (cherry picked from commit b83fed64f8051279a8f36e024c1f12f7f13c4716)
This commit is contained in:
parent
839426104a
commit
8a33d5c9c6
@ -129,7 +129,10 @@ GNUPG_BUILD_PROGRAM(symcryptrun, no)
|
|||||||
# We use gpgtar to unpack test data, hence we always build it. If the
|
# We use gpgtar to unpack test data, hence we always build it. If the
|
||||||
# user opts out, we simply don't install it.
|
# user opts out, we simply don't install it.
|
||||||
GNUPG_BUILD_PROGRAM(gpgtar, yes)
|
GNUPG_BUILD_PROGRAM(gpgtar, yes)
|
||||||
GNUPG_BUILD_PROGRAM(wks-tools, no)
|
# We also install the gpg-wks-server tool by default but disable it
|
||||||
|
# later for platforms where it can't be build.
|
||||||
|
GNUPG_BUILD_PROGRAM(wks-tools, yes)
|
||||||
|
|
||||||
|
|
||||||
AC_SUBST(PACKAGE)
|
AC_SUBST(PACKAGE)
|
||||||
AC_SUBST(PACKAGE_GT)
|
AC_SUBST(PACKAGE_GT)
|
||||||
@ -666,6 +669,7 @@ case "${host}" in
|
|||||||
try_gettext="no"
|
try_gettext="no"
|
||||||
use_simple_gettext=yes
|
use_simple_gettext=yes
|
||||||
mmap_needed=no
|
mmap_needed=no
|
||||||
|
build_wks_tools=no
|
||||||
;;
|
;;
|
||||||
i?86-emx-os2 | i?86-*-os2*emx )
|
i?86-emx-os2 | i?86-*-os2*emx )
|
||||||
# OS/2 with the EMX environment
|
# OS/2 with the EMX environment
|
||||||
@ -673,6 +677,7 @@ case "${host}" in
|
|||||||
AC_DEFINE(HAVE_DRIVE_LETTERS)
|
AC_DEFINE(HAVE_DRIVE_LETTERS)
|
||||||
have_dosish_system=yes
|
have_dosish_system=yes
|
||||||
try_gettext="no"
|
try_gettext="no"
|
||||||
|
build_wks_tools=no
|
||||||
;;
|
;;
|
||||||
|
|
||||||
i?86-*-msdosdjgpp*)
|
i?86-*-msdosdjgpp*)
|
||||||
@ -681,6 +686,7 @@ case "${host}" in
|
|||||||
AC_DEFINE(HAVE_DRIVE_LETTERS)
|
AC_DEFINE(HAVE_DRIVE_LETTERS)
|
||||||
have_dosish_system=yes
|
have_dosish_system=yes
|
||||||
try_gettext="no"
|
try_gettext="no"
|
||||||
|
build_wks_tools=no
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*-*-hpux*)
|
*-*-hpux*)
|
||||||
@ -711,6 +717,7 @@ case "${host}" in
|
|||||||
# Android is fully utf-8 and we do not want to use iconv to
|
# Android is fully utf-8 and we do not want to use iconv to
|
||||||
# keeps things simple
|
# keeps things simple
|
||||||
require_iconv=no
|
require_iconv=no
|
||||||
|
build_wks_tools=no
|
||||||
;;
|
;;
|
||||||
*-apple-darwin*)
|
*-apple-darwin*)
|
||||||
AC_DEFINE(_DARWIN_C_SOURCE, 900000L,
|
AC_DEFINE(_DARWIN_C_SOURCE, 900000L,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user