From: Michael Tremer Date: Thu, 2 Sep 2010 23:33:34 +0000 (+0200) Subject: openssl: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=036fcb127d3491c221b0efe1d1e8b24bdcb8ca59;p=ipfire-3.x.git openssl: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/openssl/openssl.nm b/pkgs/core/openssl/openssl.nm index 00ed63113..25d8fafd9 100644 --- a/pkgs/core/openssl/openssl.nm +++ b/pkgs/core/openssl/openssl.nm @@ -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