packages/net/e169-stats/patches/01-make.patch
florian fa5c575e7e [package] add e169-stats (#7101)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20805 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-11 18:26:22 +00:00

12 lines
360 B
Diff

--- e169/Makefile.orig 2009-06-23 09:39:38.000000000 +0200
+++ e169/Makefile 2010-04-05 22:57:56.000000000 +0200
@@ -1,7 +1,7 @@
all: e169-stats
e169-stats: e169-stats.c
- gcc -Wall -o e169-stats e169-stats.c -lcurses
+ $(CC) -Wall -o e169-stats e169-stats.c -lcurses -I$(STAGING_DIR)/usr/include -L$(STAGING_DIR)/usr/lib
clean:
-rm e169-stats *.core