projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0f2df09
)
fix lua cflags
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 28 Apr 2008 22:00:57 +0000
(22:00 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 28 Apr 2008 22:00:57 +0000
(22:00 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10971
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/lua/Makefile
patch
|
blob
|
history
diff --git
a/package/lua/Makefile
b/package/lua/Makefile
index
debe6bf
..
2e1348f
100644
(file)
--- a/
package/lua/Makefile
+++ b/
package/lua/Makefile
@@
-94,7
+94,7
@@
define Build/Compile
AR="$(TARGET_CROSS)ar rcu" \
RANLIB="$(TARGET_CROSS)ranlib" \
INSTALL_ROOT=/usr \
AR="$(TARGET_CROSS)ar rcu" \
RANLIB="$(TARGET_CROSS)ranlib" \
INSTALL_ROOT=/usr \
-
MY
CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
+ CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
MYLDFLAGS="$(TARGET_LDFLAGS)" \
PKG_VERSION=$(PKG_VERSION) \
all linux
MYLDFLAGS="$(TARGET_LDFLAGS)" \
PKG_VERSION=$(PKG_VERSION) \
all linux
This page took
0.022173 seconds
and
4
git commands to generate.