Register postgresql-sdbc libs only if we build them, surely?
Change-Id: I8cee0b3ee52925029834605c86fc01303e34b0c4
This commit is contained in:
@@ -434,8 +434,9 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
|
|||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
|
||||||
postgresql-sdbc \
|
$(if $(BUILD_POSTGRESQL_SDBC), \
|
||||||
postgresql-sdbc-impl \
|
postgresql-sdbc \
|
||||||
|
postgresql-sdbc-impl) \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
|
||||||
|
Reference in New Issue
Block a user