diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-10-20 10:00:02 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-10-20 10:00:02 +0000 |
commit | cbc5f498cdffbf7ba47549b4cebd9ce7838c59c6 (patch) | |
tree | aa9870462f7176044377365f68b4eb8fb2faeeab /package/network/utils/comgt/Makefile | |
parent | a9160b7360f2624e43b99f3cc25f11b82bd2fc09 (diff) | |
download | master-187ad058-cbc5f498cdffbf7ba47549b4cebd9ce7838c59c6.tar.gz master-187ad058-cbc5f498cdffbf7ba47549b4cebd9ce7838c59c6.tar.bz2 master-187ad058-cbc5f498cdffbf7ba47549b4cebd9ce7838c59c6.zip |
[comgt]: fix compile against musl
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43000 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/comgt/Makefile')
-rw-r--r-- | package/network/utils/comgt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/comgt/Makefile b/package/network/utils/comgt/Makefile index 5fccd947e6..2edb9a0f3c 100644 --- a/package/network/utils/comgt/Makefile +++ b/package/network/utils/comgt/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=comgt PKG_VERSION:=0.32 -PKG_RELEASE:=23 +PKG_RELEASE:=24 PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/comgt |