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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/support/Makefile.in
0
++ b/support/Makefile.in
Lines 60-66 checkgid: $(checkgid_OBJECTS) Link Here
60
50
61
suexec_OBJECTS = suexec.lo
51
suexec_OBJECTS = suexec.lo
62
suexec: $(suexec_OBJECTS)
52
suexec: $(suexec_OBJECTS)
63
	$(LINK) -Wl,-z,now $(suexec_OBJECTS)
53
	$(LINK) -Wl,-bind_at_load $(suexec_OBJECTS)
64
54
65
htcacheclean_OBJECTS = htcacheclean.lo
55
htcacheclean_OBJECTS = htcacheclean.lo
66
htcacheclean: $(htcacheclean_OBJECTS)
56
htcacheclean: $(htcacheclean_OBJECTS)

Return to bug 195742