From 379f978387a8b017a41c2682c0b39444f17a2230 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 11 Feb 2014 16:49:19 +0100 Subject: normalize values of SYSTEM_FREETYPE, SYSTEM_LIBXML, SYSTEM_MARIADB Change-Id: Iffcc671ca41c5880579effe0786a3b4d3be0dab0 --- external/libxslt/ExternalProject_xslt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external/libxslt') diff --git a/external/libxslt/ExternalProject_xslt.mk b/external/libxslt/ExternalProject_xslt.mk index 2b5e89c6bc8c..3fd0b863f1bb 100644 --- a/external/libxslt/ExternalProject_xslt.mk +++ b/external/libxslt/ExternalProject_xslt.mk @@ -50,7 +50,7 @@ $(call gb_ExternalProject_get_state_target,xslt,build): $(if $(filter TRUE,$(DISABLE_DYNLOADING)), \ $(if $(filter IOS,$(OS)),LIBS="-liconv") \ --disable-shared,--disable-static) \ - $(if $(filter NO,$(SYSTEM_LIBXML)),--with-libxml-src=$(call gb_UnpackedTarball_get_dir,xml2)) \ + $(if $(SYSTEM_LIBXML),,--with-libxml-src=$(call gb_UnpackedTarball_get_dir,xml2)) \ && chmod 777 xslt-config \ && $(MAKE) \ ) -- cgit ia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/Makefile.gbuild
AgeCommit message (Expand)Author
2017-06-18updater: make sure that we use our self-build mbsdiffMarkus Mohrhard
2017-05-19integrate the partial update info into the uploaded infoMarkus Mohrhard
2017-05-19simplify path handling in the updater scriptsMarkus Mohrhard
2017-05-19create valid partial language updates and write partial update infoMarkus Mohrhard
2017-05-19add the generation of partial update files to the makefilesMarkus Mohrhard
2017-05-19separate creation and upload of the update infoMarkus Mohrhard
2017-05-19move most of the updater settings to ini fileMarkus Mohrhard
2017-05-19create complete and correct build_config files for the updaterMarkus Mohrhard
2017-05-19use a few more variables instead of hard coded pathsMarkus Mohrhard
2017-05-19improve the build system part for generating mar filesMarkus Mohrhard
2017-05-19also include the platform into the build configMarkus Mohrhard
2017-05-19add makefile part to generate mar file and update infoMarkus Mohrhard