summaryrefslogtreecommitdiffstats
path: root/rules/libpciaccess.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-05-27 12:45:34 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-28 07:54:28 +0200
commit50d9845e474b834ca455883db6a53ee66d788eca (patch)
tree4b19bb9e6487a044e2e23857749797e122ef9f7e /rules/libpciaccess.make
parentf6b33685464a82e09dc4e8a01e1591f69d2029b5 (diff)
downloadptxdist-50d9845e474b834ca455883db6a53ee66d788eca.tar.gz
ptxdist-50d9845e474b834ca455883db6a53ee66d788eca.tar.xz
libpciaccess: version bump 0.13.2 -> 0.14
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libpciaccess.make')
-rw-r--r--rules/libpciaccess.make6
1 files changed, 4 insertions, 2 deletions
diff --git a/rules/libpciaccess.make b/rules/libpciaccess.make
index 57f45d686..18c6cfb76 100644
--- a/rules/libpciaccess.make
+++ b/rules/libpciaccess.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBPCIACCESS) += libpciaccess
#
# Paths and names
#
-LIBPCIACCESS_VERSION := 0.13.2
-LIBPCIACCESS_MD5 := b7c0d3afce14eedca57312a3141ec13a
+LIBPCIACCESS_VERSION := 0.14
+LIBPCIACCESS_MD5 := 8f436e151d5106a9cfaa71857a066d33
LIBPCIACCESS := libpciaccess-$(LIBPCIACCESS_VERSION)
LIBPCIACCESS_SUFFIX := tar.bz2
LIBPCIACCESS_URL := $(call ptx/mirror, XORG, individual/lib/$(LIBPCIACCESS).$(LIBPCIACCESS_SUFFIX))
@@ -43,9 +43,11 @@ endif
LIBPCIACCESS_CONF_TOOL := autoconf
LIBPCIACCESS_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
+ --disable-selective-werror \
--disable-strict-compilation \
--disable-linux-rom-fallback \
$(GLOBAL_LARGE_FILE_OPTION) \
+ --with-pciids-path=/usr/share \
--$(call ptx/wwo, PTXCONF_LIBPCIACCESS_ZLIB)-zlib
# ----------------------------------------------------------------------------