changeset 3101:c4d42deb35f9

[MSVC] enable jasper compilation
author Michael Goffioul <michael.goffioul@gmail.com>
date Wed, 26 Jun 2013 21:12:20 -0400
parents a684a0d16101
children 14afb4dd1939
files src/jasper.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/jasper.mk	Wed Jun 26 19:06:40 2013 -0400
+++ b/src/jasper.mk	Wed Jun 26 21:12:20 2013 -0400
@@ -23,6 +23,6 @@
         --prefix='$(HOST_PREFIX)' \
         --enable-libjpeg \
         --disable-opengl \
-        --without-x
+        --without-x && $(CONFIGURE_POST_HOOK)
     $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
 endef