From: Felix Fietkau Date: Sat, 14 Oct 2006 13:58:37 +0000 (+0000) Subject: fix compile error X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fa42646e9a4343163033a8c7f11a0026d394dc75;p=openwrt%2Fsvn-archive%2Farchive.git fix compile error SVN-Revision: 5080 --- diff --git a/net/aiccu/Makefile b/net/aiccu/Makefile index 98d6ef2d62..9d2242e47e 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