summaryrefslogtreecommitdiffstats
path: root/package/openssl
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-12-25 01:40:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-12-25 01:40:47 +0000
commit2a45adfcdab92beb68f3263439be428832f57b16 (patch)
tree4211848c1e2e5f0a4cd69b3b09f115524f0624d8 /package/openssl
parent957103c3377fe2736da11dafdddd287579d76f9a (diff)
downloadmaster-31e0f0ae-2a45adfcdab92beb68f3263439be428832f57b16.tar.gz
master-31e0f0ae-2a45adfcdab92beb68f3263439be428832f57b16.tar.bz2
master-31e0f0ae-2a45adfcdab92beb68f3263439be428832f57b16.zip
remove uninstalldev templates (no longer necessary)
SVN-Revision: 9906
Diffstat (limited to 'package/openssl')
-rw-r--r--package/openssl/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 4a6dcdbe5e..86c584b7eb 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -118,12 +118,6 @@ define Build/InstallDev
$(SED) 's,$(TARGET_LDFLAGS),,g' $(1)/usr/lib/pkgconfig/{openssl,libcrypto,libssl}.pc
endef
-define Build/UninstallDev
- rm -rf $(1)/usr/include/openssl \
- $(1)/usr/lib/lib{crypto,ssl}.{a,so*} \
- $(1)/usr/lib/pkgconfig/{openssl,libcrypto,libssl}.pc
-endef
-
define Package/libopenssl/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/lib{crypto,ssl}.so.* $(1)/usr/lib/