diff options
Diffstat (limited to 'user/perl-capture-tiny')
-rw-r--r-- | user/perl-capture-tiny/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/user/perl-capture-tiny/APKBUILD b/user/perl-capture-tiny/APKBUILD index e2d315515..8e2082b86 100644 --- a/user/perl-capture-tiny/APKBUILD +++ b/user/perl-capture-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 } |