summaryrefslogtreecommitdiff
path: root/system/perl-yaml-tiny/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/perl-yaml-tiny/APKBUILD')
-rw-r--r--system/perl-yaml-tiny/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/perl-yaml-tiny/APKBUILD b/system/perl-yaml-tiny/APKBUILD
index 2419fdfb6..5acb50a47 100644
--- a/system/perl-yaml-tiny/APKBUILD
+++ b/system/perl-yaml-tiny/APKBUILD
@@ -19,7 +19,6 @@ source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver
builddir="$srcdir/$_pkgreal-$pkgver"
build() {
- export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
}