76c210c4f6
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19607 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
286 B
Diff
12 lines
286 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -20,7 +20,7 @@ OBJS = powertop.o config.o process.o mis
|
|
|
|
|
|
powertop: $(OBJS) Makefile powertop.h
|
|
- $(CC) ${CFLAGS} $(OBJS) -lncursesw -o powertop
|
|
+ $(CC) ${LDFLAGS} $(OBJS) -lncurses -o powertop
|
|
@(cd po/ && $(MAKE))
|
|
|
|
powertop.1.gz: powertop.1
|