gnupg2/autogen.rc

37 lines
689 B
Plaintext
Raw Permalink Normal View History

2022-05-13 23:35:49 +08:00
# autogen.sh configuration for GnuPG -*- sh -*-
display_name=GnuPG
2024-04-10 11:50:49 +08:00
patches_to=gnupg-devel@gnupg.org
2022-05-13 23:35:49 +08:00
#version_parts=3
case "$myhost:$myhostsub" in
w32:ce)
extraoptions="--enable-dirmngr-auto-start --disable-scdaemon "
extraoptions="$extraoptions --disable-zip"
;;
w32:)
extraoptions="--enable-gpgtar"
;;
esac
case "$myhost" in
w32)
configure_opts="
--with-zlib=@SYSROOT@
--disable-g13
2024-04-10 11:50:49 +08:00
--disable-tpm2d
2022-05-13 23:35:49 +08:00
"
;;
amd64)
configure_opts="
--with-zlib=/usr/x86_64-linux-gnu/usr
"
;;
esac
extra_aclocal_flags=""
final_info="./configure --sysconfdir=/etc --enable-maintainer-mode && make"