1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:11:59 +03:00

openssl/openssh updates from below0

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@119 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2004-07-31 04:00:16 +00:00
parent a208ef843b
commit 59c30bc41c
3 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ openssl-headers: $(TARGET_DIR)/usr/lib/libssl.a
openssl: uclibc $(TARGET_DIR)/usr/lib/libcrypto.so.0.9.7
$(LIBSSL_IPK): uclibc $(STAGING_DIR)/usr/lib/libcrypto.so.0.9.7
$(LIBSSL_IPK): uclibc $(STAGING_DIR)/usr/lib/libcrypto.a
mkdir -p $(OPENSSL_IPK_DIR)/CONTROL
cp $(SOURCE_DIR)/libssl.control $(OPENSSL_IPK_DIR)/CONTROL/control
mkdir -p $(OPENSSL_IPK_DIR)/usr/lib

View File

@ -4,7 +4,7 @@ Version: 3.8p1-1
Architecture: mipsel
Maintainer: below0
Section: net
Depends: zlib openssl
Depends: zlib libssl
Source: Embedded in the main OpenWrt buildroot
Description: The OpenSSH client. Allows for access to remote systems via the SSH protocol.
Includes: ssh, scp

View File

@ -4,7 +4,7 @@ Version: 3.8p1-1
Architecture: mipsel
Maintainer: below0
Section: net
Depends: zlib openssl
Depends: zlib libssl
Source: Embedded in the main OpenWrt buildroot
Description: The OpenSSH server daemon.
Allows for access to the system via the SSH client.