From 99d94ccfe15851f290988353b2ddf6e6f0c0cf4c Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Sun, 26 Feb 2012 11:27:41 +0800 Subject: [PATCH] cgminer: disable bitfore, it hang cgminer when it detect bitforce on icarus --- cgminer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgminer/Makefile b/cgminer/Makefile index 7a7bc7f..d05e349 100644 --- a/cgminer/Makefile +++ b/cgminer/Makefile @@ -37,7 +37,7 @@ endef define Package/cgminer/description endef -CONFIGURE_ARGS += --disable-opencl --disable-adl --enable-icarus --enable-bitforce +CONFIGURE_ARGS += --disable-opencl --disable-adl --enable-icarus TARGET_CFLAGS += TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib