mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
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>
This commit is contained in:
parent
73e74de0e3
commit
802b23289c
1 changed files with 0 additions and 10 deletions
10
autogen.rc
10
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue