packages/utils/powertop/patches/100-no-wide-ncurses.patch
thepeople 76c210c4f6 add powertop, thanks Raphael HUCK
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19607 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-12 15:38:58 +00:00

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