mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
perl: adjust with glibc and libcrypt-compat
glibc 2.39 has removed libcrypt completely. solution: link against libxcrypt built with glibc compatibility. Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
92c5dc80c8
commit
443ce3174d
@@ -11,7 +11,7 @@ include perlver.mk
|
|||||||
|
|
||||||
PKG_NAME:=perl
|
PKG_NAME:=perl
|
||||||
PKG_VERSION:=$(PERL_VERSION)
|
PKG_VERSION:=$(PERL_VERSION)
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE_URL:=https://www.cpan.org/src/5.0
|
PKG_SOURCE_URL:=https://www.cpan.org/src/5.0
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
@@ -61,7 +61,7 @@ define Package/perl
|
|||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=The Perl intepreter
|
TITLE:=The Perl intepreter
|
||||||
URL:=http://www.perl.com/
|
URL:=http://www.perl.com/
|
||||||
DEPENDS:=+USE_GLIBC:libbsd +PERL_THREADS:libpthread @!arc
|
DEPENDS:= +USE_GLIBC:libcrypt-compat +USE_GLIBC:libbsd +PERL_THREADS:libpthread @!arc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/perl/description
|
define Package/perl/description
|
||||||
|
|||||||
Reference in New Issue
Block a user