Kaydet (Commit) b513f288 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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
üst 7256a10f
...@@ -91,6 +91,7 @@ TiledLibreOffice_setup: ...@@ -91,6 +91,7 @@ TiledLibreOffice_setup:
# Do we really need all these? # Do we really need all these?
file=$(TiledLibreOffice_resource)/fundamentalrc; \ file=$(TiledLibreOffice_resource)/fundamentalrc; \
echo '[Bootstrap]' > $$file; \ echo '[Bootstrap]' > $$file; \
echo 'LO_LIB_DIR=file://$$APP_DATA_DIR/lib/' >> $$file; \
echo 'BRAND_BASE_DIR=file://$$APP_DATA_DIR' >> $$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; echo 'CONFIGURATION_LAYERS=xcsxcu:$${BRAND_BASE_DIR}/share/registry res:$${BRAND_BASE_DIR}/registry' >> $$file;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment