summaryrefslogtreecommitdiffstats
path: root/autogen.rc
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2018-12-04 04:32:01 +0100
committerNIIBE Yutaka <gniibe@fsij.org>2018-12-04 04:32:01 +0100
commit802b23289cc9b43a56e5032c2681eb21d4014784 (patch)
treeeb051249c125aa8cf91f7378ba57d55d5db3f8de /autogen.rc
parentg10/mainproc: disable hash contexts when --skip-verify is used (diff)
downloadgnupg2-802b23289cc9b43a56e5032c2681eb21d4014784.tar.xz
gnupg2-802b23289cc9b43a56e5032c2681eb21d4014784.zip
build: Remove --with-*-prefix from configure_opts.
* autogen.rc (configure_opts): Remove --with-*-prefix. -- It seems that we haven't done cross-build for amd64 for a while, we now use nPth instead of Pth. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'autogen.rc')
-rw-r--r--autogen.rc10
1 files changed, 0 insertions, 10 deletions
diff --git a/autogen.rc b/autogen.rc
index aa565911a..c80dd4801 100644
--- a/autogen.rc
+++ b/autogen.rc
@@ -17,25 +17,15 @@ esac
case "$myhost" in
w32)
configure_opts="
- --with-gpg-error-prefix=@SYSROOT@
- --with-ksba-prefix=@SYSROOT@
- --with-libgcrypt-prefix=@SYSROOT@
- --with-libassuan-prefix=@SYSROOT@
--with-zlib=@SYSROOT@
--with-regex=@SYSROOT@
- --with-npth-prefix=@SYSROOT@
--disable-g13
"
;;
amd64)
configure_opts="
- --with-gpg-error-prefix=@SYSROOT@
- --with-ksba-prefix=@SYSROOT@
- --with-libgcrypt-prefix=@SYSROOT@
- --with-libassuan-prefix=@SYSROOT@
--with-zlib=/usr/x86_64-linux-gnu/usr
- --with-pth-prefix=/usr/x86_64-linux-gnu/usr
"
;;
esac