# HG changeset patch # User John W. Eaton # Date 1507299399 14400 # Node ID 4114b5e41f82ba99262d55860e4ee373dfd80592 # Parent f3de384cf0dd5b12ab741cb59922eaa409683624 jasper: Pass CPPFLAGS and LDFLAGS to configure. diff -r f3de384cf0dd -r 4114b5e41f82 src/jasper.mk --- 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 \