diff options
Diffstat (limited to 'user/perl-io-stringy/APKBUILD')
-rw-r--r-- | user/perl-io-stringy/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/user/perl-io-stringy/APKBUILD b/user/perl-io-stringy/APKBUILD index 27aedbace..58564455e 100644 --- a/user/perl-io-stringy/APKBUILD +++ b/user/perl-io-stringy/APKBUILD @@ -17,7 +17,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 } |