From b513f288275ae96f55e232f07bf94294c66e95a1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 12 Aug 2014 23:05:40 +0300 Subject: LO_LIB_DIR is used in nsscrypto_initialize() so must give it a value Its actual value is irrelevant in the nsscrypto_initialize() case for iOS, though, as it is used to form a pathname to a hypothetical libnssckbi.dylib (which does not exist for iOS, as we build NSS statically), and we patch the NSS code to recognize the nssckbi name specially in the static build case... Such elegance. Change-Id: Ib5015a18e86cc604f80433a676faa10ac76e04ab --- ios/CustomTarget_TiledLibreOffice_app.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'ios') diff --git a/ios/CustomTarget_TiledLibreOffice_app.mk b/ios/CustomTarget_TiledLibreOffice_app.mk index aa89470d4115..9c33364d3553 100644 --- a/ios/CustomTarget_TiledLibreOffice_app.mk +++ b/ios/CustomTarget_TiledLibreOffice_app.mk @@ -91,6 +91,7 @@ TiledLibreOffice_setup: # Do we really need all these? file=$(TiledLibreOffice_resource)/fundamentalrc; \ echo '[Bootstrap]' > $$file; \ + echo 'LO_LIB_DIR=file://$$APP_DATA_DIR/lib/' >> $$file; \ echo 'BRAND_BASE_DIR=file://$$APP_DATA_DIR' >> $$file; \ echo 'CONFIGURATION_LAYERS=xcsxcu:$${BRAND_BASE_DIR}/share/registry res:$${BRAND_BASE_DIR}/registry' >> $$file; -- cgit v1.2.3