mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +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
10
autogen.rc
10
autogen.rc
@ -17,25 +17,15 @@ esac
|
|||||||
case "$myhost" in
|
case "$myhost" in
|
||||||
w32)
|
w32)
|
||||||
configure_opts="
|
configure_opts="
|
||||||
--with-gpg-error-prefix=@SYSROOT@
|
|
||||||
--with-ksba-prefix=@SYSROOT@
|
|
||||||
--with-libgcrypt-prefix=@SYSROOT@
|
|
||||||
--with-libassuan-prefix=@SYSROOT@
|
|
||||||
--with-zlib=@SYSROOT@
|
--with-zlib=@SYSROOT@
|
||||||
--with-regex=@SYSROOT@
|
--with-regex=@SYSROOT@
|
||||||
--with-npth-prefix=@SYSROOT@
|
|
||||||
--disable-g13
|
--disable-g13
|
||||||
"
|
"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
amd64)
|
amd64)
|
||||||
configure_opts="
|
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-zlib=/usr/x86_64-linux-gnu/usr
|
||||||
--with-pth-prefix=/usr/x86_64-linux-gnu/usr
|
|
||||||
"
|
"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user