mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
build: Always build gpgtar.
We use gpgtar to unpack test data, hence we always build it. If the user opts out, we simply don't install it. * configure.ac: Add comment. * tests/migrations/Makefile.am (required_pgms): Make sure gpgtar is built. * tools/Makefile.am: Always build gpgtar, but do not install it if the user used '--disable-gpgtar'. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
b7b37716b9
commit
7f4dd24b88
3 changed files with 12 additions and 10 deletions
|
@ -128,6 +128,8 @@ GNUPG_BUILD_PROGRAM(dirmngr, yes)
|
|||
GNUPG_BUILD_PROGRAM(tools, yes)
|
||||
GNUPG_BUILD_PROGRAM(doc, yes)
|
||||
GNUPG_BUILD_PROGRAM(symcryptrun, no)
|
||||
# We use gpgtar to unpack test data, hence we always build it. If the
|
||||
# user opts out, we simply don't install it.
|
||||
GNUPG_BUILD_PROGRAM(gpgtar, yes)
|
||||
GNUPG_BUILD_PROGRAM(wks-tools, no)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue