summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-01-08 14:32:07 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-08 19:14:08 +0100
commitd67e592ee67c5e27ee39a45c7b67a98aebbef3ac (patch)
treee1dcdcffdcb5eccf1db5d5e9bed80c15bd0f18d1
parent1221df7bc63d755ddd4a88f6ad4e3fa69f27ae20 (diff)
downloadbuildroot-d67e592ee67c5e27ee39a45c7b67a98aebbef3ac.tar.gz
buildroot-d67e592ee67c5e27ee39a45c7b67a98aebbef3ac.zip
guile: needs autorecof
It's patching configure.ac and triggering an automatic autoreconf which doesn't end well. Fixes: http://autobuild.buildroot.net/results/14f/14f502687f6344a85e67b37efe9b00b8c586a266/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/guile/guile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/guile/guile.mk b/package/guile/guile.mk
index e57c9171ff..fed79a64f0 100644
--- a/package/guile/guile.mk
+++ b/package/guile/guile.mk
@@ -8,6 +8,8 @@ GUILE_VERSION = 2.0.11
GUILE_SOURCE = guile-$(GUILE_VERSION).tar.xz
GUILE_SITE = $(BR2_GNU_MIRROR)/guile
GUILE_INSTALL_STAGING = YES
+# For 0002-calculate-csqrt_manually.patch
+GUILE_AUTORECONF = YES
GUILE_LICENSE = LGPLv3+
GUILE_LICENSE_FILES = LICENSE COPYING COPYING.LESSER
OpenPOWER on IntegriCloud