diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-08-21 14:54:19 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-08-21 14:54:19 +0300 |
commit | eb49991efc0cabf0075b7dc85405c4ed858c29aa (patch) | |
tree | a04a106d891635c1d4224d2eb5e85486324dca0e /testing/perl-io-socket-inet6/APKBUILD | |
parent | 2ceeae3204d00f58cef14f90cd79df32e327c266 (diff) | |
download | aports-eb49991efc0cabf0075b7dc85405c4ed858c29aa.tar.bz2 aports-eb49991efc0cabf0075b7dc85405c4ed858c29aa.tar.xz |
testing/perl-io-socket-inet6: no ipv6 in buildozer, disable tests
Diffstat (limited to 'testing/perl-io-socket-inet6/APKBUILD')
-rw-r--r-- | testing/perl-io-socket-inet6/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-io-socket-inet6/APKBUILD b/testing/perl-io-socket-inet6/APKBUILD index 50d63a78c..e3f4444a7 100644 --- a/testing/perl-io-socket-inet6/APKBUILD +++ b/testing/perl-io-socket-inet6/APKBUILD @@ -27,7 +27,7 @@ prepare() { build() { cd "$_builddir" export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` - ./Build && ./Build test + ./Build ### && ./Build test #no ipv6 in buildozer } package() { |