From 531cfa747e173882809c1f9e5c6f0ae9f0a81091 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 14 Oct 2006 13:58:37 +0000 Subject: [PATCH] fix compile error git-svn-id: svn://svn.openwrt.org/openwrt/packages@5080 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/aiccu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/aiccu/Makefile b/net/aiccu/Makefile index 98d6ef2d6..9d2242e47 100644 --- a/net/aiccu/Makefile +++ b/net/aiccu/Makefile @@ -37,7 +37,7 @@ define Build/Compile rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ - CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE" DEBUG=0 + CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE" LDFLAGS="-lpthread" DEBUG=0 endef define Package/aiccu/install -- 2.11.0