summaryrefslogtreecommitdiffstats
path: root/recipe.d
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-11-20 08:33:14 -0700
committerAl Stone <ahs3@redhat.com>2012-11-20 08:33:14 -0700
commitffbaa88144e1a9673cfcf022b42c7fd68868395c (patch)
tree67e1c92fcc2f398b1d517862632c529eb2036650 /recipe.d
parent79320b9786d52f983cceaf11e2125bc561b10fa5 (diff)
downloadbootstrap.git.DONOTUSE-ffbaa88144e1a9673cfcf022b42c7fd68868395c.tar.gz
bootstrap.git.DONOTUSE-ffbaa88144e1a9673cfcf022b42c7fd68868395c.tar.xz
bootstrap.git.DONOTUSE-ffbaa88144e1a9673cfcf022b42c7fd68868395c.zip
aarch64: ARMv8 model hangs on using ipv6, so disable use in curl for now
Signed-off-by: Al Stone <ahs3@redhat.com>
Diffstat (limited to 'recipe.d')
-rw-r--r--recipe.d/0008-curl2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipe.d/0008-curl b/recipe.d/0008-curl
index 9eeb92c..c6b6ef5 100644
--- a/recipe.d/0008-curl
+++ b/recipe.d/0008-curl
@@ -1,7 +1,7 @@
#requires perl
mcd $BUILDDIR/curl
- $SRC/curl-*/configure $TCONFIGARGS
+ $SRC/curl-*/configure $TCONFIGARGS --disable-ipv6
make $J
make $J install