[Buildroot] [git commit] snappy: needs autoreconf

Peter Korsgaard peter at korsgaard.com
Mon Jun 2 19:17:10 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=88107de5522725a3d5d5b492a696eb76e14f5e15
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes http://autobuild.buildroot.net/results/0ec/0ec62efed0e0aec56b4aa6b5ef1a3bcbd1474949/

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/snappy/snappy.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/snappy/snappy.mk b/package/snappy/snappy.mk
index 6d20df8..fd89325 100644
--- a/package/snappy/snappy.mk
+++ b/package/snappy/snappy.mk
@@ -8,6 +8,8 @@ SNAPPY_VERSION = 1ff9be9b8fafc8528ca9e055646f5932aa5db9c4
 SNAPPY_SITE = $(call github,google,snappy,$(SNAPPY_VERSION))
 SNAPPY_LICENSE = BSD-3c
 SNAPPY_LICENSE_FILES = COPYING
+# from git
+SNAPPY_AUTORECONF = YES
 SNAPPY_INSTALL_STAGING = YES
 
 $(eval $(autotools-package))


More information about the buildroot mailing list