* Fixed luaposix Makefile
This commit is contained in:
parent
e92fce9694
commit
c1f831425d
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
include ../../build/config.mk
|
include ../../build/config.mk
|
||||||
|
include ../../build/gccconfig.mk
|
||||||
|
|
||||||
LUAPOSIX_VERSION = 5.1.2
|
LUAPOSIX_VERSION = 5.1.2
|
||||||
LUAPOSIX_SITE = http://luaforge.net/frs/download.php/3063/
|
LUAPOSIX_SITE = http://luaforge.net/frs/download.php/3063/
|
||||||
|
@ -32,7 +33,7 @@ $(LUAPOSIX_DIR)/.patched: $(LUAPOSIX_DIR)/.prepared $(LUAPOSIX_PATCHDIR)/series
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
compile: $(LUAPOSIX_DIR)/.patched
|
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
|
mkdir -p dist/usr/lib/lua
|
||||||
cp $(LUAPOSIX_DIR)/posix.so dist/usr/lib/lua/
|
cp $(LUAPOSIX_DIR)/posix.so dist/usr/lib/lua/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue