[PATCH] enable symbols and disable optimization in openssl for a dbg...
Markus Mohrhard (via Code Review)
gerrit at gerrit.libreoffice.org
Fri Apr 19 13:38:16 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3489
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/89/3489/1
enable symbols and disable optimization in openssl for a dbgutil build
Change-Id: I2100d40264c067b22548025ab3a3be32a23835a6
---
M openssl/ExternalProject_openssl.mk
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/openssl/ExternalProject_openssl.mk b/openssl/ExternalProject_openssl.mk
index 97cd10f..2666965 100644
--- a/openssl/ExternalProject_openssl.mk
+++ b/openssl/ExternalProject_openssl.mk
@@ -19,8 +19,9 @@
$(if $(filter I,$(CPU)),\
$(if $(filter GNU/kFreeBSD,$(shell uname)),debian-kfreebsd-i386,linux-elf),\
$(if $(filter X,$(CPU)),\
- $(if $(filter GNU/kFreeBSD,$(shell uname)),debian-kfreebsd-amd64,linux-generic64),\
- linux-generic32)),\
+ $(if $(filter GNU/kFreeBSD,$(shell uname)),debian-kfreebsd-amd64,\
+ $(if $(filter TRUE, $(ENABLE_DBGUTIL)), debug-linux-generic64, linux-generic64)),\
+ $(if $(filter TRUE, $(ENABLE_DBGUTIL)), debug-linux-generic32, linux-generic32))),\
$(if $(filter SOLARIS,$(OS)),\
$(if $(filter INTEL,$(CPUNAME)),\
$(if $(filter X,$(CPU)),\
--
To view, visit https://gerrit.libreoffice.org/3489
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2100d40264c067b22548025ab3a3be32a23835a6
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Markus Mohrhard <markus.mohrhard at googlemail.com>
More information about the LibreOffice
mailing list