summaryrefslogtreecommitdiff
path: root/user/perl-net-snmp/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-net-snmp/APKBUILD')
-rw-r--r--user/perl-net-snmp/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/user/perl-net-snmp/APKBUILD b/user/perl-net-snmp/APKBUILD
index 57a2e894d..ab5d1483c 100644
--- a/user/perl-net-snmp/APKBUILD
+++ b/user/perl-net-snmp/APKBUILD
@@ -18,7 +18,6 @@ source="https://search.cpan.org/CPAN/authors/id/$_a/$_au/$_author/$_pkgreal-v$pk
builddir="$srcdir/$_pkgreal-v$pkgver"
build() {
- export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
perl Build.PL installdirs=vendor
./Build
}