summaryrefslogtreecommitdiff
path: root/package/file
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-05-14 03:32:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-05-14 03:32:57 +0200
commit42903359b6d0e57da7135e09dcdde8b40a9b0fcc (patch)
tree137361554b33294913964a253163d4bde19f5578 /package/file
parent81fc45482a4b376125ec09fa377e93a3356d73f3 (diff)
file: update to 5.27, autoreconf to fix ppc64le shared library detection
Diffstat (limited to 'package/file')
-rw-r--r--package/file/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/file/Makefile b/package/file/Makefile
index 9165d0f4d..fc5fcffd9 100644
--- a/package/file/Makefile
+++ b/package/file/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= file
-PKG_VERSION:= 5.24
+PKG_VERSION:= 5.27
PKG_RELEASE:= 1
-PKG_HASH:= 802cb3de2e49e88ef97cdcb52cd507a0f25458112752e398445cea102bc750ce
+PKG_HASH:= c2e7d509b1167c4915901ecd257ee924d229a348bf988df6d1934ef0fa34a1a7
PKG_DESCR:= file type guesser
PKG_SECTION:= sys/utils
PKG_BUILDDEP:= file-host
@@ -33,6 +33,8 @@ $(eval $(call PKG_template,FILE,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_
$(eval $(call PKG_template,LIBMAGIC,libmagic,${PKG_VERSION}-${PKG_RELEASE},${PKGSS_LIBMAGIC},${PKGSD_LIBMAGIC},${PKGSC_LIBMAGIC},${PKG_OPTS}))
$(eval $(call PKG_template,MAGIC,magic,${PKG_VERSION}-${PKG_RELEASE},${PKGSS_MAGIC},${PKGSD_MAGIC},${PKGSC_MAGIC}))
+AUTOTOOL_STYLE:= autoreconf
+
ifeq ($(ADK_TARGET_USE_STATIC_LIBS),y)
MAKE_FLAGS+= LDFLAGS="$(TARGET_LDFLAGS) -all-static"
endif