1
0
This repository has been archived on 2025-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
openwrt_archive/utils/powertop/patches/100-no-wide-ncurses.patch
Travis Kemen 32def68561 add powertop, thanks Raphael HUCK
SVN-Revision: 19607
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