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

Collapse All | Expand All

(-)old/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)
(-)old/src/Makefile (-1 / +1 lines)
Lines 98-100 Link Here
98
linux:  
98
linux:  
99
	$(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses"
99
	$(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl"
100
100

Return to bug 689598