summaryrefslogtreecommitdiffstats
path: root/package/vrrpd/patches/01-honor-target_cc.patch
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-14 23:01:47 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-14 23:01:47 +0000
commit224068b0aa35f82b7d1224789bf8d6904771206d (patch)
tree5ff9996a432b1b669793c44e4ea7dd26c1b16445 /package/vrrpd/patches/01-honor-target_cc.patch
parentec10c9c3647c4d93d61e12b86db7e92d0b661ff5 (diff)
fix package name in template call, remove unneeded patch,
don't use PKG_INSTALL_DIR since upstream does not provide a make install target, add configurable init script, add Id tag and target optimization cflags.. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2674 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/vrrpd/patches/01-honor-target_cc.patch')
-rw-r--r--package/vrrpd/patches/01-honor-target_cc.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/vrrpd/patches/01-honor-target_cc.patch b/package/vrrpd/patches/01-honor-target_cc.patch
deleted file mode 100644
index c7506070a..000000000
--- a/package/vrrpd/patches/01-honor-target_cc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-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)