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 196-202 Link Here
196
            -rpath $(RPATH) -o $(LIB_NAME) $(LIB_OBJS) $(LIB_LIBS)
196
            -rpath $(RPATH) -o $(LIB_NAME) $(LIB_OBJS) $(LIB_LIBS)
197
197
198
lua-$(V): $(LUA_O) $(LIB_NAME)
198
lua-$(V): $(LUA_O) $(LIB_NAME)
199
	$(LIBTOOL) --mode=link $(CC) -static -Wl,-E -o $@ $(LUA_O) $(LIB_NAME) $(LUA_LIBS)
199
	$(LIBTOOL) --mode=link $(CC) -Wl,-E -o $@ $(LUA_O) $(LUA_LIBS) -llua
200
200
201
luac-$(V): $(LUAC_O) $(LIB_NAME)
201
luac-$(V): $(LUAC_O) $(LIB_NAME)
202
	$(LIBTOOL) --mode=link $(CC) -static -o $@ $(LUAC_O) $(LIB_NAME)
202
	$(LIBTOOL) --mode=link $(CC) -static -o $@ $(LUAC_O) $(LIB_NAME)

Return to bug 124719