horst: update to version 4.1
authorBruno Randolf <redacted>
Fri, 26 Sep 2014 10:16:20 +0000 (11:16 +0100)
committerBruno Randolf <redacted>
Fri, 26 Sep 2014 11:18:56 +0000 (12:18 +0100)
4.1 has an important bugfix for platforms (such as ARM cns3xxx) where "char"
does not default to "signed char" and other bugfixes.

Also build with debugging enabled (-D flag) to enable debugging, the size
increase is just +336B (on platform au1000).

net/horst/Makefile

index 22ff4f2b03c8badd5a24dc430e12884ab51f4205..116e681465f60879fa411033b83e39c4e5e3322f 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=horst
-PKG_VERSION:=4.0
+PKG_VERSION:=4.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-git.tar.gz
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_URL:=git://br1.einfach.org/horst
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=version-4.0
+PKG_SOURCE_VERSION:=version-$(PKG_VERSION)
 
 PKG_MAINTAINER:=Bruno Randolf <br1@einfach.org>
 PKG_LICENSE:=GPL-2.0+
@@ -25,6 +25,8 @@ PKG_BUILD_PARALLEL:=1
 
 include $(INCLUDE_DIR)/package.mk
 
+MAKE_FLAGS += DEBUG=1
+
 define Package/horst
        SECTION:=net
        CATEGORY:=Network
git clone https://git.99rst.org/PROJECT