1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/net/rinetd/patches/001-crosscompile.patch
2009-11-14 13:58:02 +00:00

13 lines
222 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
+CC=gcc
CFLAGS=-DLINUX -g
rinetd: rinetd.o match.o
- gcc rinetd.o match.o -o rinetd
+ $(CC) rinetd.o match.o -o rinetd
install: rinetd
install -m 700 rinetd /usr/sbin