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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- Makefile.in
0
++ Makefile.in
Lines 102-108 Link Here
102
102
103
preload: $(preload).so
103
preload: $(preload).so
104
$(preload).so: $(srcdir)/$(preload).c
104
$(preload).so: $(srcdir)/$(preload).c
105
	$(CC) $(CFLAGS) -o $@ -fPIC -shared $? $(LIBS)
105
	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ -fPIC -shared $? $(LIBS)
106
106
107
man: $(target).1
107
man: $(target).1
108
$(target).1: $(srcdir)/$(target).PL $(srcdir)/$(target).h2m
108
$(target).1: $(srcdir)/$(target).PL $(srcdir)/$(target).h2m

Return to bug 181461