[git] GnuPG - branch, master, updated. gnupg-2.2.7-294-g802b232
by NIIBE Yutaka
cvs at cvs.gnupg.org
Tue Dec 4 04:34:52 CET 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via 802b23289cc9b43a56e5032c2681eb21d4014784 (commit)
from 73e74de0e33bbb76300f96a4174024779047df06 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 802b23289cc9b43a56e5032c2681eb21d4014784
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Tue Dec 4 12:32:01 2018 +0900
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 at fsij.org>
diff --git a/autogen.rc b/autogen.rc
index aa56591..c80dd48 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
-----------------------------------------------------------------------
Summary of changes:
autogen.rc | 10 ----------
1 file changed, 10 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list