summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-09-23 16:00:03 +0200
committerSimon Josefsson <simon@josefsson.org>2008-09-23 16:00:03 +0200
commit456f7e09a9899a6354768cfd1da36b8e686574ce (patch)
treeb7ab6846858524eede69c9d5271b0e8caaabd80d
parent4adda487f300e055aa90253b4d3a8e43fa547a43 (diff)
downloadgnutls-456f7e09a9899a6354768cfd1da36b8e686574ce.tar.gz
Fix mingw32 rules.
-rw-r--r--cfg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index 0c40fbffbf..ac6c982feb 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -44,10 +44,10 @@ update-po: refresh-po
bootstrap: autoreconf
./configure $(CFGFLAGS)
-LIBGCRYPTROOT ?= $(HOME)/w32root
+W32ROOT ?= $(HOME)/gnutls4win/inst
mingw32: autoreconf
- ./configure $(CFGFLAGS) --host=i586-mingw32msvc --build=`./config.guess` --with-included-libtasn1 --with-included-opencdk --with-libgcrypt-prefix=$(LIBGCRYPTROOT)
+ ./configure $(CFGFLAGS) --host=i586-mingw32msvc --build=`./config.guess` --with-libtasn1-prefix=$(W32ROOT) --with-libgcrypt-prefix=$(W32ROOT) --prefix $(W32ROOT)
.PHONY: bootstrap autoreconf mingw32