diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-08-18 15:59:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-08-19 08:38:03 +0000 |
commit | 514c88a33bcbe5deae00a6b9e17a89b0044a8d2a (patch) | |
tree | d713284c287a693b867e2ba9607e08ce6fb45962 /external | |
parent | b8cff0ca4d65383e7bee03d3470a14d34b117899 (diff) |
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/28221
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/firebird/ExternalProject_firebird.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/external/firebird/ExternalProject_firebird.mk b/external/firebird/ExternalProject_firebird.mk index d9de0919bc81..2803f698a901 100644 --- a/external/firebird/ExternalProject_firebird.mk +++ b/external/firebird/ExternalProject_firebird.mk @@ -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" \ && MAKE=$(MAKE) ./configure \ --without-editline \ - --without-fbsample --without-fbsample-db \ --with-wire-compress=no \ $(if $(filter-out MSC,$(COM)),$(if $(ENABLE_DEBUG),--enable-debug)) \ $(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \ |