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:
3856965
)
fix cflags in gkrellmd
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 31 Jul 2007 09:57:34 +0000
(09:57 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 31 Jul 2007 09:57:34 +0000
(09:57 +0000)
SVN-Revision: 8258
admin/gkrellmd/Makefile
patch
|
blob
|
history
diff --git
a/admin/gkrellmd/Makefile
b/admin/gkrellmd/Makefile
index 55bd75a1985a26287c182600deaade7fcdd785c7..1943c0fab26fbcd81f765489280dd62d8f05c2ae 100644
(file)
--- a/
admin/gkrellmd/Makefile
+++ b/
admin/gkrellmd/Makefile
@@
-31,8
+31,8
@@
define Package/gkrellmd
endef
define Build/Compile
- CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CPPFLAGS)"
- LDFLAGS="$(EXTRA_LDFLAGS) "
+ CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CPPFLAGS)"
\
+ LDFLAGS="$(EXTRA_LDFLAGS) "
\
$(MAKE) -C $(PKG_BUILD_DIR)/server \
CC="$(TARGET_CC)" \
glib12="yes" \