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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/Makefile
0
++ b/Makefile
Lines 19-25 Link Here
19
conf-update.h: core.h helpers.h index.h modified.h config.h
19
conf-update.h: core.h helpers.h index.h modified.h config.h
20
20
21
conf-update: core.o helpers.o conf-update.o index.o modified.o config.o
21
conf-update: core.o helpers.o conf-update.o index.o modified.o config.o
22
	$(CC) $(LDFLAGS) -o conf-update config.o core.o helpers.o conf-update.o index.o modified.o $$(pkg-config --libs glib-2.0) -lncurses -lmenu -lcrypto
22
	$(CC) $(LDFLAGS) -o conf-update config.o core.o helpers.o conf-update.o index.o modified.o $(shell ${PKG_CONFIG} --libs glib-2.0 ncurses menu) -lcrypto
23
23
24
install: conf-update
24
install: conf-update
25
	@install -d $(DESTDIR)/usr/sbin/
25
	@install -d $(DESTDIR)/usr/sbin/

Return to bug 527326