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

Collapse All | Expand All

(-)LuaBitOp-1.0.1/Makefile (-1 / +1 lines)
Lines 14-20 LUA= lua Link Here
14
14
15
CC= gcc
15
CC= gcc
16
SOCFLAGS= -fPIC
16
SOCFLAGS= -fPIC
17
SOCC= $(CC) -shared $(SOCFLAGS)
17
SOCC= $(CC) -shared $(SOCFLAGS) $(LDFLAGS)
18
CFLAGS += -Wall $(SOCFLAGS) $(DEFINES) $(INCLUDES)
18
CFLAGS += -Wall $(SOCFLAGS) $(DEFINES) $(INCLUDES)
19
RM= rm -f
19
RM= rm -f
20
INSTALL= install -p
20
INSTALL= install -p

Return to bug 367087