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/veth/patches/100-veth-makefile-cflags.patch
Florian Fainelli be73e98872 Add veth (#4312), thanks Raphael
SVN-Revision: 13576
2008-12-10 01:20:55 +00:00

15 lines
430 B
Diff

Index: veth-1.0/veth/Makefile
===================================================================
--- veth-1.0.orig/veth/Makefile 2008-10-29 16:11:33.000000000 +0100
+++ veth-1.0/veth/Makefile 2008-10-31 18:01:33.000000000 +0100
@@ -4,8 +4,7 @@
rm -f vethd
vethd: vethd.c
- $(CC) -O6 -Wall -pedantic -o vethd vethd.c
- strip vethd
+ $(CC) $(CFLAGS) -o vethd vethd.c
install: all
install -s -m 750 ./vethd $(INSTALL_DIR)