summaryrefslogtreecommitdiffstats
path: root/package/pax-utils
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-01-31 11:30:06 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-01-31 13:52:37 +0100
commit8c177ebe47ea8e992f978167895a570980bf8584 (patch)
treef36cf07d50a3cb73fd6944cb9dffff4e7fa5dcbe /package/pax-utils
parent42699e397e4ff0a6dd73e74fd3955f9c58a1356e (diff)
downloadbuildroot-8c177ebe47ea8e992f978167895a570980bf8584.tar.gz
buildroot-8c177ebe47ea8e992f978167895a570980bf8584.zip
package/pax-utils: bump version to 1.1.4 to fix musl build
The build error has not yet been found by the autobuilders: elf.h:31:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘typedef’ typedef uint16_t Elf32_Half; ^ elf.h:59:9: error: unknown type name ‘Elf32_Half’ typedef Elf32_Half Elf32_Versym; ^ [...] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/pax-utils')
-rw-r--r--package/pax-utils/pax-utils.hash2
-rw-r--r--package/pax-utils/pax-utils.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/pax-utils/pax-utils.hash b/package/pax-utils/pax-utils.hash
index 54013c96c2..399bae40da 100644
--- a/package/pax-utils/pax-utils.hash
+++ b/package/pax-utils/pax-utils.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 844ff25b1a11bcef92ef34b22f576f226a772b67196818656f8874513438f5b9 pax-utils-0.8.1.tar.xz
+sha256 796860fbd48c5f811e699e8492dc1110459bad0a62efa8d346b74a4f6f556414 pax-utils-1.1.4.tar.xz
diff --git a/package/pax-utils/pax-utils.mk b/package/pax-utils/pax-utils.mk
index fc0589fa38..fc2e0caafa 100644
--- a/package/pax-utils/pax-utils.mk
+++ b/package/pax-utils/pax-utils.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PAX_UTILS_VERSION = 0.8.1
+PAX_UTILS_VERSION = 1.1.4
PAX_UTILS_SITE = http://distfiles.gentoo.org/distfiles
PAX_UTILS_SOURCE = pax-utils-$(PAX_UTILS_VERSION).tar.xz
PAX_UTILS_LICENSE = GPLv2
OpenPOWER on IntegriCloud