diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-09-05 09:22:40 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-09-05 09:22:40 +0200 |
commit | fc9a932d8d0f59762f3ad4aa8eea28b6c78bc52f (patch) | |
tree | ce5554ed4388e359516bc869cd42c9be991019fc | |
parent | c2a9bd50f6c3690f0f36b26c218790394b9b1554 (diff) |
sumo: update to v0.27.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
-rw-r--r-- | utils/sumo/Makefile | 4 | ||||
-rw-r--r-- | utils/sumo/patches/100-configure_fix.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/sumo/Makefile b/utils/sumo/Makefile index 27b7e31bc..799d2251b 100644 --- a/utils/sumo/Makefile +++ b/utils/sumo/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sumo -PKG_VERSION:=0.26.0 +PKG_VERSION:=0.27.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-src-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/sumo -PKG_MD5SUM:=a3a9c5c5260bad87d1736cc7cda1cbca +PKG_MD5SUM:=0bb98ab7339aea15b14b633e1b74691f PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com> PKG_LICENSE:=GPL-3.0 diff --git a/utils/sumo/patches/100-configure_fix.patch b/utils/sumo/patches/100-configure_fix.patch index 12d27b89c..b50048d20 100644 --- a/utils/sumo/patches/100-configure_fix.patch +++ b/utils/sumo/patches/100-configure_fix.patch @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -13,11 +13,6 @@ AC_LANG([C++]) +@@ -117,11 +117,6 @@ dnl - - - - - - - - - - - - - - - - - - case "$host" in x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux* | x86_64-*-linux*) dnl Make sure we are on architecture that supports SIMD |