comparison src/jasper.mk @ 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 13be64f9f16d
children 506a61f959e4
comparison
equal deleted inserted replaced
4493:f3de384cf0dd 4494:4114b5e41f82
18 endef 18 endef
19 19
20 define $(PKG)_BUILD 20 define $(PKG)_BUILD
21 cd '$(1)' && autoreconf && ./configure \ 21 cd '$(1)' && autoreconf && ./configure \
22 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 22 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
23 $(CONFIGURE_CPPFLAGS) \
24 $(CONFIGURE_LDFLAGS) \
23 $(ENABLE_SHARED_OR_STATIC) \ 25 $(ENABLE_SHARED_OR_STATIC) \
24 --prefix='$(HOST_PREFIX)' \ 26 --prefix='$(HOST_PREFIX)' \
25 --enable-libjpeg \ 27 --enable-libjpeg \
26 --disable-opengl \ 28 --disable-opengl \
27 --without-x && $(CONFIGURE_POST_HOOK) 29 --without-x && $(CONFIGURE_POST_HOOK)