summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-10-17 15:55:08 +0200
committerWerner Koch <wk@gnupg.org>2014-10-17 15:55:08 +0200
commita13705f4c18db56765f4af31376e81241dbabebe (patch)
tree6c3e51fb4fd419a58551da8e9893bb0589e148f9
parentgpg: Remove all support for v3 keys and always create v4-signatures. (diff)
downloadgnupg2-a13705f4c18db56765f4af31376e81241dbabebe.tar.xz
gnupg2-a13705f4c18db56765f4af31376e81241dbabebe.zip
w32: Set SYSROOT to help finding config scripts.
* autogen.sh <build-w32>: Set SYSROOT.
-rwxr-xr-xautogen.sh2
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