From d0615e9641047afab2706be1ce7537e35c3c6242 Mon Sep 17 00:00:00 2001 From: jbj Date: Sun, 13 Feb 2005 03:01:09 +0000 Subject: - macosx: change to --prefix=/usr rather than /opt/local. - use waitpid rather than SIGCHLD reaper. - rip out DB_PRIVATE revert if not NPTL, it's not the right thing to do. CVS patchset: 7761 CVS date: 2005/02/13 03:01:09 --- lua/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/Makefile.am b/lua/Makefile.am index 293e000df..6c9649e98 100644 --- a/lua/Makefile.am +++ b/lua/Makefile.am @@ -16,7 +16,7 @@ INCLUDES = -I$(srcdir)/include -I$(srcdir)/local -I$(includedir) lua_lua_SOURCES = lua/lua.c lua_lua_CFLAGS = -DLUA_USERCONFIG='"$(srcdir)/local/userconfig.c"' -lua_lua_LDADD = $(LDADD) -lreadline -lhistory -lncurses +lua_lua_LDADD = $(LDADD) -L/usr/lib -L/opt/local/lib -lreadline -lhistory -lncurses luac_luac_SOURCES = luac/luac.c luac/print.c lopcodes.c luac_luac_CFLAGS = -DLUA_OPNAMES -- cgit v1.2.3