Drop ENABLE_FUZZERS from config_host.mk.in
... and just convert the last user to $(BUILD_TYPE). Change-Id: Iaf6361b0be47594e5c1ac08a8183460b7ada92f8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126410 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
This commit is contained in:
parent
d4b6c35eeb
commit
fb14f0af6a
@ -149,7 +149,6 @@ export COINMP_CFLAGS=@COINMP_CFLAGS@
|
||||
export COINMP_LIBS=@COINMP_LIBS@
|
||||
export ENABLE_CUPS=@ENABLE_CUPS@
|
||||
export ENABLE_CURL=@ENABLE_CURL@
|
||||
export ENABLE_FUZZERS=@ENABLE_FUZZERS@
|
||||
export ENABLE_DBGUTIL=@ENABLE_DBGUTIL@
|
||||
export ENABLE_DBUS=@ENABLE_DBUS@
|
||||
export ENABLE_DCONF=@ENABLE_DCONF@
|
||||
|
@ -9071,7 +9071,6 @@ else
|
||||
BUILD_TYPE="$BUILD_TYPE FUZZERS"
|
||||
fi
|
||||
AC_SUBST(LIB_FUZZING_ENGINE)
|
||||
AC_SUBST(ENABLE_FUZZERS)
|
||||
|
||||
dnl ===================================================================
|
||||
dnl Check for system zlib
|
||||
|
@ -140,7 +140,7 @@ $(eval $(call gb_Module_add_targets,vcl,\
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq ($(ENABLE_FUZZERS),)
|
||||
ifneq (,$(filter FUZZERS,$(BUILD_TYPE)))
|
||||
$(eval $(call gb_Module_add_targets,vcl,\
|
||||
CustomTarget_nativecore \
|
||||
CustomTarget_nativecalc \
|
||||
|
Loading…
x
Reference in New Issue
Block a user