changeset 4494:4114b5e41f82

jasper: Pass CPPFLAGS and LDFLAGS to configure.
author John W. Eaton <jwe@octave.org>
date Fri, 06 Oct 2017 10:16:39 -0400
parents f3de384cf0dd
children 4f00764eb5c2
files src/jasper.mk
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/jasper.mk	Fri Oct 06 10:02:51 2017 -0400
+++ b/src/jasper.mk	Fri Oct 06 10:16:39 2017 -0400
@@ -20,6 +20,8 @@
 define $(PKG)_BUILD
     cd '$(1)' && autoreconf && ./configure \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
+        $(CONFIGURE_CPPFLAGS) \
+        $(CONFIGURE_LDFLAGS) \
         $(ENABLE_SHARED_OR_STATIC) \
         --prefix='$(HOST_PREFIX)' \
         --enable-libjpeg \