From 5492fb215415246f88768bfbfe96e5e734b9eee2 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Sun, 1 Aug 2010 21:32:54 +0800 Subject: [PATCH] [guile] fix compile error by John Moore Signed-off-by: Xiangfu Liu --- guile/Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/guile/Makefile b/guile/Makefile index 8a60d89..a99d8a9 100644 --- a/guile/Makefile +++ b/guile/Makefile @@ -6,6 +6,9 @@ # See /LICENSE for more information. # +# modified 02/05/2010 +# author: jmoore@zedstar.org + include $(TOPDIR)/rules.mk PKG_NAME:=guile @@ -24,7 +27,7 @@ define Package/guile TITLE:=guile SECTION:=lang CATEGORY:=Languages - DEPENDS:=+libgmp +libpthread +libltdl @BROKEN + DEPENDS:=+libgmp +libpthread +libltdl +libncurses +libreadline URL:=http://savannah.gnu.org/projects/guile/ endef @@ -34,7 +37,12 @@ endef TARGET_LDFLAGS+="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib" -CONFIGURE_ARGS += --without-threads +# should fix issue with threads +CONFIGURE_ARGS += --without-threads --without-gettext + +define Build/Compile + (cd $(PKG_BUILD_DIR); autoreconf --force --install || exit 0); +endef define Package/guile/install $(INSTALL_DIR) $(1)/usr/bin