Kaydet (Commit) 514c88a3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

external/firebird: --with-fbsample[-db] is apparently about specifying dirs

...not about specifying whether to build the examples at all (which would be
useful for us, but for which there seems to be no switch).

Change-Id: I511b2228a6e5e2df7e0ecb83135ad27945bb04b6
Reviewed-on: https://gerrit.libreoffice.org/28221Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst b8cff0ca
...@@ -78,7 +78,6 @@ $(call gb_ExternalProject_get_state_target,firebird,build): ...@@ -78,7 +78,6 @@ $(call gb_ExternalProject_get_state_target,firebird,build):
&& export $(gb_Helper_LIBRARY_PATH_VAR)=$${$(gb_Helper_LIBRARY_PATH_VAR):+$$$(gb_Helper_LIBRARY_PATH_VAR):}":$(call gb_UnpackedTarball_get_dir,icu)/source/lib" \ && export $(gb_Helper_LIBRARY_PATH_VAR)=$${$(gb_Helper_LIBRARY_PATH_VAR):+$$$(gb_Helper_LIBRARY_PATH_VAR):}":$(call gb_UnpackedTarball_get_dir,icu)/source/lib" \
&& MAKE=$(MAKE) ./configure \ && MAKE=$(MAKE) ./configure \
--without-editline \ --without-editline \
--without-fbsample --without-fbsample-db \
--with-wire-compress=no \ --with-wire-compress=no \
$(if $(filter-out MSC,$(COM)),$(if $(ENABLE_DEBUG),--enable-debug)) \ $(if $(filter-out MSC,$(COM)),$(if $(ENABLE_DEBUG),--enable-debug)) \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \ $(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment