perl-YAML-Syck: build with gnu17
newer not supported by upstream
This commit is contained in:
parent
120d619b4d
commit
a7b769594d
@ -3,7 +3,7 @@
|
|||||||
_realname=YAML-Syck
|
_realname=YAML-Syck
|
||||||
pkgname=perl-YAML-Syck
|
pkgname=perl-YAML-Syck
|
||||||
pkgver=1.34
|
pkgver=1.34
|
||||||
pkgrel=5
|
pkgrel=6
|
||||||
pkgdesc="Fast, lightweight YAML loader and dumper"
|
pkgdesc="Fast, lightweight YAML loader and dumper"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://metacpan.org/release/YAML-Syck"
|
url="https://metacpan.org/release/YAML-Syck"
|
||||||
@ -24,7 +24,9 @@ prepare() {
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd YAML-Syck-${pkgver}
|
cd YAML-Syck-${pkgver}
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
|
||||||
|
# https://github.com/cpan-authors/YAML-Syck/issues/61
|
||||||
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$CFLAGS -std=gnu17"
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user