update olsr to 0.5.3
authorJens Muecke <jens@nons.de>
Fri, 10 Aug 2007 22:25:26 +0000 (22:25 +0000)
committerJens Muecke <jens@nons.de>
Fri, 10 Aug 2007 22:25:26 +0000 (22:25 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/olsrd@8392 3c298f89-4303-0410-b956-a3cf2f4a3e73

Makefile
patches/110-cflags.patch [deleted file]

index b4f2abf13b633ed8a775ff33902e25cbdded4e80..90def021c63305729559939c3d437b7ba6832c76 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # 
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2007 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,13 +9,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=olsrd
-PKG_VERSION:=0.5.2
+PKG_VERSION:=0.5.3
 PKG_RELEASE:=1
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://www.olsr.org/releases/0.5
-PKG_MD5SUM:=a61029e11c001be2997c1e088576d0f5
+PKG_MD5SUM:=786fdf52adeb0d421905332312e5b75f
 PKG_CAT:=bzcat
 
 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
diff --git a/patches/110-cflags.patch b/patches/110-cflags.patch
deleted file mode 100644 (file)
index b403f67..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: olsrd-0.5.2/Makefile.inc
-===================================================================
---- olsrd-0.5.2.orig/Makefile.inc      2007-08-03 04:25:53.320043315 +0200
-+++ olsrd-0.5.2/Makefile.inc   2007-08-03 04:25:57.816299546 +0200
-@@ -62,7 +62,7 @@ LDFLAGS +=    -Wl,-export-dynamic 
- endif
- # options to save space on small systems
--DEFINES +=      -DSUPPORT_OLD_PLUGIN_VERSIONS=1
-+CFLAGS +=      -DSUPPORT_OLD_PLUGIN_VERSIONS=1
- # search sources and headers in current dir and in src/
- SRCS =         $(wildcard src/*.c)
-@@ -102,7 +102,7 @@ endif
- CFLAGS +=      -MD
- # we always need the includes and defines
--CFLAGS += $(INCLUDES) $(DEFINES)
-+CFLAGS +=      $(INCLUDES)
- TAGFILE ?=     src/TAGS