diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-07-07 16:57:30 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-07-19 06:21:10 +0000 |
commit | 925a7a2e4b3178ac5aeebb358912fc6d220e76b1 (patch) | |
tree | 3f3950ae3eec2ccd5cf84b07055e4b33357c8cbd /config_host.mk.in | |
parent | 75681099758e5a03b7cf95ce056634093e7acfb6 (diff) |
gbuild: add support for auto-creationa nd reuse of binary package.
many so-called 'external' libraries are built using the
UnpackedTarball/ExternalProject pattern, and their build is quite
stable... they can go month without any changes.
Yet some buildbot, that need to do full build, build them over and over
again.
This patch introduce the infrastructure to shortcut these build by using
a binary package of the build result
Change-Id: Ib0daf2a9d1a1f76802273c093bae7df8da4a90f8
Reviewed-on: https://gerrit.libreoffice.org/4764
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 3b9e1a2d3e9e..e848c27b8760 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -532,6 +532,7 @@ export TYPO_EXTENSION_PACK=@TYPO_EXTENSION_PACK@ export UNOWINREG_DLL=@UNOWINREG_DLL@ export UPD=@UPD@ export URELIBS=@URELIBS@ +export USE_LIBRARY_BIN_TAR=@USE_LIBRARY_BIN_TAR@ export USE_XINERAMA=@USE_XINERAMA@ export use_shl_version=@use_shl_version@ export UUIDGEN=@UUIDGEN@ |