]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
openssl: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:33:34 +0000 (01:33 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:33:34 +0000 (01:33 +0200)
pkgs/core/openssl/openssl.nm

index 00ed6311336ffcb657d691c0dc0dac46fb55b1fe..25d8fafd9e3609453aeac734df7f75cb43fbec91 100644 (file)
@@ -34,8 +34,7 @@ PKG_URL        = http://www.openssl.org/
 PKG_LICENSE    = OpenSSL
 PKG_SUMMARY    = A general purpose cryptography library with TLS implementation. 
 
-PKG_BUILD_DEPS+= bc perl
-PKG_DEPS      += gnutls zlib
+PKG_BUILD_DEPS+= bc gnutls-devel perl zlib-devel
 
 define PKG_DESCRIPTION
        The OpenSSL toolkit provides support for secure communications between \
@@ -45,6 +44,8 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
+PKG_PACKAGES  += $(PKG_NAME)-devel
+
 ifneq "$(MACHINE)" "i686"
        SSL_ARCH = no-asm 386 # 386 implies no-sse2
 endif