[openssh] PKG_RELEASE++
[openwrt/svn-archive/archive.git] / net / e169-stats / patches / 01-make.patch
1 --- e169/Makefile.orig 2009-06-23 09:39:38.000000000 +0200
2 +++ e169/Makefile 2010-04-05 22:57:56.000000000 +0200
3 @@ -1,7 +1,7 @@
4 all: e169-stats
5
6 e169-stats: e169-stats.c
7 - gcc -Wall -o e169-stats e169-stats.c -lcurses
8 + $(CC) -Wall -o e169-stats e169-stats.c -lcurses -I$(STAGING_DIR)/usr/include -L$(STAGING_DIR)/usr/lib
9
10 clean:
11 -rm e169-stats *.core