rrdtool: rebuild for perl-5.36.0.
This commit is contained in:
parent
3c603d6875
commit
c789421048
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rrdtool'
|
||||
pkgname=rrdtool
|
||||
version=1.7.2
|
||||
revision=11
|
||||
revision=12
|
||||
build_style=gnu-configure
|
||||
# configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1;
|
||||
# until this is fixed upstream, manually define am_cv_python_version to circumvent
|
||||
|
@ -39,7 +39,7 @@ python3-rrdtool_package() {
|
|||
|
||||
perl-rrdtool_package() {
|
||||
short_desc+=" - perl bindings"
|
||||
shlib_requires="libperl.so.5.34"
|
||||
shlib_requires="libperl.so.5.36"
|
||||
pkg_install() {
|
||||
vmove usr/lib/perl5
|
||||
vmove usr/share/perl5
|
||||
|
|
Loading…
Reference in New Issue