Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
J0WI
aports
Commits
3449d9f8
Commit
3449d9f8
authored
Jul 28, 2021
by
Natanael Copa
Browse files
testing/perl-conf-libconfig: rebuild against perl 5.34
disable checks due to
https://github.com/cnangel/Conf-Libconfig/issues/3
parent
e82ae38a
Changes
1
Hide whitespace changes
Inline
Side-by-side
testing/perl-conf-libconfig/APKBUILD
View file @
3449d9f8
...
...
@@ -5,7 +5,7 @@ pkgname=perl-conf-libconfig
#_pkgreal is used by apkbuild-(m)cpan to find modules at MetaCpan
_pkgreal
=
Conf-Libconfig
pkgver
=
0.100
pkgrel
=
5
pkgrel
=
6
pkgdesc
=
"Perl extension for libconfig"
url
=
"https://metacpan.org/release/Conf-Libconfig/"
arch
=
"all"
...
...
@@ -15,6 +15,7 @@ makedepends="perl-dev libconfig-dev perl-test-deep perl-test-exception perl-extu
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/C/CN/CNANGEL/Conf-Libconfig-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
options
=
"!check"
# https://github.com/cnangel/Conf-Libconfig/issues/3
build
()
{
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment