|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../lua-wsapi/lua-wsapi.conf |
|
|
|
|
# Copyright (C) 2008 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2008 - 2009 The OpenSDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
|
# |
|
|
|
@ -17,14 +17,13 @@ runconf=0
|
|
|
|
|
pkgprefix -t lua |
|
|
|
|
|
|
|
|
|
hook_add premake 5 'lua_wsapi_config' |
|
|
|
|
lua_wsapi_config() |
|
|
|
|
{ |
|
|
|
|
lua_wsapi_config() { |
|
|
|
|
cat <<-EOF > config |
|
|
|
|
LIB_OPTION= -shared |
|
|
|
|
BIN_DIR=$root$( pkgprefix bindir lua ) |
|
|
|
|
LUA_DIR=$root$pkgdatadir |
|
|
|
|
LUA_LIBDIR=$root$pkglibdir |
|
|
|
|
EOF |
|
|
|
|
LIB_OPTION= -shared |
|
|
|
|
BIN_DIR=$root$(pkgprefix bindir lua) |
|
|
|
|
LUA_DIR=$root$luadatadir |
|
|
|
|
LUA_LIBDIR=$root$lualibdir |
|
|
|
|
EOF |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
var_append makeinstopt ' ' 'install-fcgi' |
|
|
|
|