diff options
author | Werner Koch <wk@gnupg.org> | 2014-10-17 15:55:08 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-10-17 15:55:08 +0200 |
commit | a13705f4c18db56765f4af31376e81241dbabebe (patch) | |
tree | 6c3e51fb4fd419a58551da8e9893bb0589e148f9 | |
parent | gpg: Remove all support for v3 keys and always create v4-signatures. (diff) | |
download | gnupg2-a13705f4c18db56765f4af31376e81241dbabebe.tar.xz gnupg2-a13705f4c18db56765f4af31376e81241dbabebe.zip |
w32: Set SYSROOT to help finding config scripts.
* autogen.sh <build-w32>: Set SYSROOT.
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 31cfeeb05..112d2eef0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -310,7 +310,7 @@ if [ "$myhost" = "w32" ]; then $tsdir/configure --enable-maintainer-mode ${SILENT} \ --prefix=${w32root} \ - --host=${host} --build=${build} \ + --host=${host} --build=${build} SYSROOT=${w32root} \ ${configure_opts} ${extraoptions} "$@" rc=$? exit $rc |