Commits

Andrea D'Amore authored b938257fdea
web server API for lua, new port

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@57942 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

devel/lua-wsapi/files/patch-configure.diff

Added
1 +--- configure.orig 2009-09-18 19:51:51.000000000 +0200
2 ++++ configure 2009-09-18 19:55:23.000000000 +0200
3 +@@ -25,7 +25,7 @@
4 + lua_share=$lua_root/share/lua/5.1
5 + lua_lib=$lua_root/lib/lua/5.1
6 + bin_dir=$lua_root/bin
7 +- echo "LIB_OPTION= -shared" > config
8 ++ echo "LIB_OPTION= -dynamiclib" > config
9 + echo "LUA_DIR= $lua_share" >> config
10 + echo "BIN_DIR= $bin_dir" >> config
11 + echo "LUA_LIBDIR= $lua_lib" >> config

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut