mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
perl-net-ssleay: Removed PKG_BUILD_DEPENDS
As requested by @BKPepe , removed PKG_BUILD_DEPENDS as build dependency already covered in DEPENDS Signed-off-by: Jens Wagner <jens@wagner2013.de>
This commit is contained in:
committed by
Josef Schlehofer
parent
3ea60604f1
commit
e168d9fdfb
@@ -14,8 +14,6 @@ PKG_MAINTAINER:=Jens Wagner <jens@wagner2013.de>
|
|||||||
PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
|
PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=openssl
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include ../perl/perlmod.mk
|
include ../perl/perlmod.mk
|
||||||
|
|
||||||
@@ -28,6 +26,11 @@ define Package/perl-net-ssleay
|
|||||||
DEPENDS:=perl +perlbase-essential +perlbase-mime +libopenssl +zlib
|
DEPENDS:=perl +perlbase-essential +perlbase-mime +libopenssl +zlib
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/perl-net-ssleay/description
|
||||||
|
This module provides Perl bindings for libssl (an SSL/TLS API)
|
||||||
|
and libcrypto (a cryptography API).
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call perlmod/Configure,,)
|
$(call perlmod/Configure,,)
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user