Browse Source

package/openssl: STRIP_STRIP_ALL should be used for binaries

Peter Korsgaard 16 years ago
parent
commit
32c9952c3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/openssl/openssl.mk

+ 1 - 1
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