comparison prosody @ 5830:ae48bf828f21

Run with own LuaSec.
author Tobias Markmann <tm@ayena.de>
date Mon, 17 Jan 2011 16:50:21 +0100
parents 277b5bf9a200
children 1a71069dcacf
comparison
equal deleted inserted replaced
5829:40c16475194e 5830:ae48bf828f21
13 13
14 CFG_SOURCEDIR=os.getenv("PROSODY_SRCDIR"); 14 CFG_SOURCEDIR=os.getenv("PROSODY_SRCDIR");
15 CFG_CONFIGDIR=os.getenv("PROSODY_CFGDIR"); 15 CFG_CONFIGDIR=os.getenv("PROSODY_CFGDIR");
16 CFG_PLUGINDIR=os.getenv("PROSODY_PLUGINDIR"); 16 CFG_PLUGINDIR=os.getenv("PROSODY_PLUGINDIR");
17 CFG_DATADIR=os.getenv("PROSODY_DATADIR"); 17 CFG_DATADIR=os.getenv("PROSODY_DATADIR");
18
19 package.path = "/Users/tfar/share/lua/5.1/?.lua;"..package.path;
20 package.cpath = "/Users/tfar/lib/lua/5.1/?.so;"..package.cpath;
18 21
19 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 22 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20 23
21 -- Tell Lua where to find our libraries 24 -- Tell Lua where to find our libraries
22 if CFG_SOURCEDIR then 25 if CFG_SOURCEDIR then