diff options
Diffstat (limited to 'openwrt/package/vrrpd/patches')
-rw-r--r-- | openwrt/package/vrrpd/patches/01-honor-target_cc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/vrrpd/patches/01-honor-target_cc.patch b/openwrt/package/vrrpd/patches/01-honor-target_cc.patch new file mode 100644 index 000000000..c7506070a --- /dev/null +++ b/openwrt/package/vrrpd/patches/01-honor-target_cc.patch @@ -0,0 +1,11 @@ +diff -urN orig/vrrpd-1.0/Makefile vrrpd-1.0/Makefile +--- orig/vrrpd-1.0/Makefile 2002-09-09 16:51:13.000000000 +0200 ++++ vrrpd-1.0/Makefile 2005-12-12 23:31:30.000000000 +0100 +@@ -15,7 +15,6 @@ + COMMON_CFLAGS= $(MAIN_OPT) $(INCLUDEOPT) $(PROF_OPT) $(DBG_OPT) $(MACHINEOPT) + + # set to compile with GCC +-CC=gcc + CFLAGS= $(COMMON_CFLAGS) -Wall + + vrrpd : $(VRRPD_OBJS) |