From: Karl Palsson <ka...@remake.is>

This is a bugfix and feature release.  Full release notes at
http://mosquitto.org/2012/12/version-1-1-released/

This also removes some unnecessary flags included by mistake in an earlier
update.

As before, I volunteer to maintain this package.

Signed-off-by: Karl Palsson <ka...@remake.is>
---
 net/mosquitto/Makefile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile
index 627e992..de79165 100644
--- a/net/mosquitto/Makefile
+++ b/net/mosquitto/Makefile
@@ -9,19 +9,16 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mosquitto
-PKG_VERSION:=1.0.3
+PKG_VERSION:=1.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://mosquitto.org/files/source/
-PKG_MD5SUM:=9c9e06c57fcca80d76068c53ad140186
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
+PKG_MD5SUM:=ab51f64eb3f0041402073aa7865f3ec4
 
 include $(INCLUDE_DIR)/package.mk
 
 MAKE_FLAGS+=WITH_MEMORY_TRACKING=no
-TARGET_CFLAGS+=-ggdb3
 
 define Package/$(PKG_NAME)/default
   SECTION:=net
-- 
1.7.11.7

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to