diff src/gnutls.mk @ 3080:c0222ce8760d

[MSVC] enable MSVC compilation - cc-msvc/clgcc/clg++: make WinXP SP3 the default target - set CCAS=gcc by default
author Michael Goffioul <michael.goffioul@gmail.com>
date Sun, 23 Jun 2013 23:33:40 -0400
parents 5ef49fb3299d
children cce4bedf4c3d
line wrap: on
line diff
--- a/src/gnutls.mk	Sun Jun 23 15:27:50 2013 -0400
+++ b/src/gnutls.mk	Sun Jun 23 23:33:40 2013 -0400
@@ -34,7 +34,7 @@
         --with-included-libtasn1 \
         --with-included-libcfg \
         --without-p11-kit \
-        --disable-silent-rules
+        --disable-silent-rules && $(CONFIGURE_POST_HOOK)
 
     $(MAKE) -C '$(1)' -j '$(JOBS)' install
 endef