summaryrefslogtreecommitdiffstats
path: root/package/openssl
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-04-28 18:30:15 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-04-28 18:30:15 +0000
commit32c9952c3fb7195ddac03e04964a69b5b57874d6 (patch)
tree0131e2bd528e85e1d4b8e7eddc515a8c1c68151b /package/openssl
parentdf1f80d645cda2a10d18020b9ac6549d7544c267 (diff)
downloadbuildroot-novena-32c9952c3fb7195ddac03e04964a69b5b57874d6.tar.gz
buildroot-novena-32c9952c3fb7195ddac03e04964a69b5b57874d6.zip
package/openssl: STRIP_STRIP_ALL should be used for binaries
Diffstat (limited to 'package/openssl')
-rw-r--r--package/openssl/openssl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk
index eb3e803f1..a238ce859 100644
--- a/package/openssl/openssl.mk
+++ b/package/openssl/openssl.mk
@@ -58,7 +58,7 @@ $(OPENSSL_TARGET_BUILD):
$(OPENSSL_HOOK_POST_INSTALL):
$(if $(BR2_HAVE_DEVFILES),,rm -rf $(TARGET_DIR)/usr/lib/ssl)
ifeq ($(BR2_PACKAGE_OPENSSL_BIN),y)
- $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/openssl
+ $(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/bin/openssl
else
rm -f $(TARGET_DIR)/usr/bin/openssl
endif