Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 334599
Collapse All | Expand All

(-)Makefile.orig (-1 / +1 lines)
Lines 65-71 Link Here
65
OBJ = ${SRCS:%.c=%.o}
65
OBJ = ${SRCS:%.c=%.o}
66
66
67
pure-sfv: $(OBJ)
67
pure-sfv: $(OBJ)
68
	$(CC) -DVERSION=\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(OBJ) -lm
68
	$(CC) -DVERSION=\"$(VERSION)\" $(CFLAGS) $(LDFLAGS) -o $(PROG) $(OBJ) -lm
69
69
70
PURIFY_OPTIONS=-follow-child-processes=yes -always-use-cache-dir=yes
70
PURIFY_OPTIONS=-follow-child-processes=yes -always-use-cache-dir=yes
71
PURIFY=purify
71
PURIFY=purify

Return to bug 334599