projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0402c52
)
fix compile error
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 14 Oct 2006 13:58:37 +0000
(13:58 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 14 Oct 2006 13:58:37 +0000
(13:58 +0000)
SVN-Revision: 5080
net/aiccu/Makefile
patch
|
blob
|
history
diff --git
a/net/aiccu/Makefile
b/net/aiccu/Makefile
index 98d6ef2d6273203fa9647c12a23177161b2e6119..9d2242e47ec0b8d62cf3c849589acad82eab2b5a 100644
(file)
--- 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