projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e92fce9
)
* Fixed luaposix Makefile
author
Steven Barth
<steven@midlink.org>
Tue, 10 Jun 2008 22:57:56 +0000
(22:57 +0000)
committer
Steven Barth
<steven@midlink.org>
Tue, 10 Jun 2008 22:57:56 +0000
(22:57 +0000)
contrib/luaposix/Makefile
patch
|
blob
|
history
diff --git
a/contrib/luaposix/Makefile
b/contrib/luaposix/Makefile
index 9d5790de919b6d094c42ee1dc9e11a589de057db..ec832cc2d707bb75b2ff44a5bac7239df6e64729 100644
(file)
--- a/
contrib/luaposix/Makefile
+++ b/
contrib/luaposix/Makefile
@@
-1,4
+1,5
@@
include ../../build/config.mk
+include ../../build/gccconfig.mk
LUAPOSIX_VERSION = 5.1.2
LUAPOSIX_SITE = http://luaforge.net/frs/download.php/3063/
@@
-32,7
+33,7
@@
$(LUAPOSIX_DIR)/.patched: $(LUAPOSIX_DIR)/.prepared $(LUAPOSIX_PATCHDIR)/series
touch $@
compile: $(LUAPOSIX_DIR)/.patched
- $(MAKE) -C $(LUAPOSIX_DIR) CC=$(CC) CFLAGS="$(CFLAGS)" OS="$(OS)"
+ $(MAKE) -C $(LUAPOSIX_DIR) CC=$(CC) CFLAGS="$(CFLAGS)
$(LUA_CFLAGS)" LDFLAGS="$(LDFLAGS) $(LUA_SHLIBS)
" OS="$(OS)"
mkdir -p dist/usr/lib/lua
cp $(LUAPOSIX_DIR)/posix.so dist/usr/lib/lua/