summaryrefslogtreecommitdiff
path: root/user/perl-extutils-pkgconfig/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-extutils-pkgconfig/APKBUILD')
-rw-r--r--user/perl-extutils-pkgconfig/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/user/perl-extutils-pkgconfig/APKBUILD b/user/perl-extutils-pkgconfig/APKBUILD
index ad4153ce0..1fc40c2d7 100644
--- a/user/perl-extutils-pkgconfig/APKBUILD
+++ b/user/perl-extutils-pkgconfig/APKBUILD
@@ -19,7 +19,6 @@ source="http://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
}