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

Collapse All | Expand All

(-)rc-scripts-1.6.13/src/Makefile.orig (-1 / +1 lines)
Lines 21-29 Link Here
21
runscript: runscript.o
21
runscript: runscript.o
22
	$(LD) -o $@ $^ -ldl
22
	$(LD) -o $@ $^ -ldl
23
23
24
start-stop-daemon: start-stop-daemon.c
24
start-stop-daemon: start-stop-daemon.c
25
	$(CC) -o $@ $(CFLAGS) -DHAVE_ERROR_H -DHAVE_TIOCNOTTY -DHAVE_SETSID $^
25
	$(CC) -o $@ $(CFLAGS) -DHAVE_ERROR_H -DHAVE_TIOCNOTTY -DHAVE_SETSID ${USE_PAM} $^
26
26
27
install: $(TARGET)
27
install: $(TARGET)
28
	install -m 0755 -d $(DESTDIR)/bin
28
	install -m 0755 -d $(DESTDIR)/bin
29
	install -m 0755 -d $(DESTDIR)/sbin
29
	install -m 0755 -d $(DESTDIR)/sbin

Return to bug 64700