diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2022-04-11 14:24:54 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2022-04-12 13:57:32 +0200 |
commit | ea68de2968c0dbcd8e7549435e829db06795c16d (patch) | |
tree | 536e47cf39c4f973b246a0705ec84462369a27da /external/hyphen | |
parent | 967717e65fffce20ff6069c2177720c067e174d1 (diff) |
use gb_DEBUGINFO_FLAGS consistently in gbuild ExternalProject's
A number of them didn't use it at all, others had it hand-written
in various ways.
Change-Id: Iaf86325f9cdc032926bac917dc3eef4e34661544
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132818
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'external/hyphen')
-rw-r--r-- | external/hyphen/ExternalProject_hyphen.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/hyphen/ExternalProject_hyphen.mk b/external/hyphen/ExternalProject_hyphen.mk index 9ad32cb48960..dac823184085 100644 --- a/external/hyphen/ExternalProject_hyphen.mk +++ b/external/hyphen/ExternalProject_hyphen.mk @@ -24,6 +24,7 @@ $(call gb_ExternalProject_get_state_target,hyphen,build): $(if $(filter-out iOS,$(OS)),--with-pic) \ $(gb_CONFIGURE_PLATFORMS) \ $(if $(CROSS_COMPILING),gio_can_sniff=no) \ + CFLAGS=" $(CFLAGS) $(call gb_ExternalProject_get_build_flags,libgpg-error)" \ && $(MAKE) \ ) $(call gb_Trace_EndRange,hyphen,EXTERNAL) |