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 197-203 Link Here
197
	$(LIBTOOL) --mode=link $(CC) -static -o $(LIB_NAME:.la=.a) $(LIB_OBJS)
197
	$(LIBTOOL) --mode=link $(CC) -static -o $(LIB_NAME:.la=.a) $(LIB_OBJS)
198
198
199
lua: $(LUA_O) $(LIB_NAME)
199
lua: $(LUA_O) $(LIB_NAME)
200
	$(LIBTOOL) --mode=link $(CC) -Wl,-E -o $@ $(LUA_O) $(LUA_LIBS) -llua
200
	$(LIBTOOL) --mode=link $(CC) -static -Wl,-E -o $@ $(LUA_O) $(LIB_NAME) $(LUA_LIBS)
201
201
202
lua_test: $(LUA_O) $(LIB_NAME)
202
lua_test: $(LUA_O) $(LIB_NAME)
203
	$(LIBTOOL) --mode=link $(CC) -static -Wl,-E -o $@ $(LUA_O) $(LIB_NAME) $(LUA_LIBS)
203
	$(LIBTOOL) --mode=link $(CC) -static -Wl,-E -o $@ $(LUA_O) $(LIB_NAME) $(LUA_LIBS)

Return to bug 124719