Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 124719 | Differences between
and this patch

Collapse All | Expand All

(-)lua-5.1.1.orig/src/Makefile (-1 / +1 lines)
Lines 92-98 Link Here
92
	$(MAKE) all MYCFLAGS=
92
	$(MAKE) all MYCFLAGS=
93
93
94
linux:
94
linux:
95
	$(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses"
95
	$(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl"
96
96
97
macosx:
97
macosx:
98
	$(MAKE) all MYCFLAGS=-DLUA_USE_MACOSX
98
	$(MAKE) all MYCFLAGS=-DLUA_USE_MACOSX
(-)lua-5.1.1.orig/src/luaconf.h (-1 lines)
Lines 36-42 Link Here
36
#if defined(LUA_USE_LINUX)
36
#if defined(LUA_USE_LINUX)
37
#define LUA_USE_POSIX
37
#define LUA_USE_POSIX
38
#define LUA_USE_DLOPEN		/* needs an extra library: -ldl */
38
#define LUA_USE_DLOPEN		/* needs an extra library: -ldl */
39
#define LUA_USE_READLINE	/* needs some extra libraries */
40
#endif
39
#endif
41
40
42
#if defined(LUA_USE_MACOSX)
41
#if defined(LUA_USE_MACOSX)

Return to bug 124719