mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01: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
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…
x
Reference in New Issue
Block a user