external/jpeg-turbo: pass (debug) CFLAGS into external build process

Change-Id: I51db4784135be1d66f3fede5f87fcb5cd786fbc9
This commit is contained in:
Stephan Bergmann 2015-09-17 10:51:20 +02:00
parent ea165c1716
commit 8729504f93

View file

@ -32,6 +32,7 @@ $(call gb_ExternalProject_get_state_target,jpeg-turbo,configure) :
--with-jpeg8 \
--without-java \
--without-turbojpeg \
CFLAGS='$(if $(debug),$(gb_DEBUG_CFLAGS),$(gb_COMPILEROPTFLAGS))' \
)
# vim: set noet sw=4 ts=4: