[Libreoffice-commits] core.git: Repository.mk

Tor Lillqvist tml at collabora.com
Thu Aug 14 22:54:15 PDT 2014


 Repository.mk |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit c68dd99b967146a1707a5e14524e1374acda723e
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Aug 15 01:39:14 2014 +0300

    Register postgresql-sdbc libs only if we build them, surely?
    
    Change-Id: I8cee0b3ee52925029834605c86fc01303e34b0c4

diff --git a/Repository.mk b/Repository.mk
index e043860..9bdff08 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -434,8 +434,9 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
 ))
 
 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
-	postgresql-sdbc \
-	postgresql-sdbc-impl \
+	$(if $(BUILD_POSTGRESQL_SDBC), \
+		postgresql-sdbc \
+		postgresql-sdbc-impl) \
 ))
 
 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \


More information about the Libreoffice-commits mailing list