diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-29 16:22:13 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-29 16:22:13 +0200 |
commit | b2666f10e0f1bb42b1d124433eac219285c79d5b (patch) | |
tree | 54aebab7716232d30acc17c8a5757d295837ef97 /external | |
parent | a13923afa5320f6b717a6fd777d751e8da270601 (diff) |
Pass --enable-debug also down to external/libvisio
Change-Id: I1ac53910390d99ad9fca72270dd3b98e281c000e
Diffstat (limited to 'external')
-rw-r--r-- | external/libvisio/ExternalProject_libvisio.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libvisio/ExternalProject_libvisio.mk b/external/libvisio/ExternalProject_libvisio.mk index 7d2c34aca774..3b02ad373f33 100644 --- a/external/libvisio/ExternalProject_libvisio.mk +++ b/external/libvisio/ExternalProject_libvisio.mk @@ -32,7 +32,7 @@ $(call gb_ExternalProject_get_state_target,libvisio,build) : --disable-shared \ --without-docs \ --disable-tools \ - --disable-debug \ + $(if $(ENABLE_DEBUG),--enable-debug,--disable-debug) \ --disable-werror \ $(if $(VERBOSE)$(verbose),--disable-silent-rules,--enable-silent-rules) \ CXXFLAGS="$(if $(SYSTEM_BOOST),$(BOOST_CPPFLAGS),-I$(call gb_UnpackedTarball_get_dir,boost) -I$(BUILDDIR)/config_$(gb_Side))" \ |