summaryrefslogtreecommitdiffstats
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2022-02-22 13:22:54 +0100
committerAndras Timar <andras.timar@collabora.com>2022-02-23 11:46:28 +0100
commitb98dcadc05d878a97bbdb1ce992f21635aafded3 (patch)
tree731634f0f2e15a4a9d36d9f61fa0e046999c2da9 /config_host.mk.in
parentlibxml2: upgrade to release 2.9.13 (diff)
downloadcore-b98dcadc05d878a97bbdb1ce992f21635aafded3.tar.gz
core-b98dcadc05d878a97bbdb1ce992f21635aafded3.zip
eliminate ENABLE_STRIP because it causes build issues in nss (Android)
Change-Id: Ie229f444d80a5f441576649e22b0c56c67cd3424 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130347 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 04f950592f32..d00f868e2757 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -127,7 +127,6 @@ export DISABLE_CVE_TESTS=@DISABLE_CVE_TESTS@
export DISABLE_DYNLOADING=@DISABLE_DYNLOADING@
export DISABLE_OPENSSL=@DISABLE_OPENSSL@
export DISABLE_PYTHON=@DISABLE_PYTHON@
-export DISABLE_STRIP=@DISABLE_STRIP@
export DLOPEN_LIBS=@DLOPEN_LIBS@
export DLLTOOL=@DLLTOOL@
export DOCDIR=@DOCDIR@
@@ -204,7 +203,6 @@ export ENABLE_SDREMOTE_BLUETOOTH=@ENABLE_SDREMOTE_BLUETOOTH@
export ENABLE_SILENT_MSI=@ENABLE_SILENT_MSI@
export ENABLE_SKIA=@ENABLE_SKIA@
export ENABLE_SKIA_DEBUG=@ENABLE_SKIA_DEBUG@
-export ENABLE_STRIP=@ENABLE_STRIP@
export ENABLE_SYMBOLS_FOR=@ENABLE_SYMBOLS_FOR@
export ENABLE_VALGRIND=@ENABLE_VALGRIND@
export ENABLE_VLC=@ENABLE_VLC@