Bump libpciaccess to 0.10.9

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
This commit is contained in:
Paulius Zaleckas 2010-02-28 11:35:01 +02:00
parent 267bd669d9
commit ff6e092bf5
3 changed files with 3 additions and 23 deletions

View File

@ -2,7 +2,7 @@ config BR2_PACKAGE_XLIB_LIBPCIACCESS
bool "libpciaccess"
depends on BR2_LARGEFILE
help
libpciaccess 0.10.3
libpciaccess 0.10.9
X.Org libpciaccess
comment "libpciaccess requires a toolchain with LARGEFILE support"

View File

@ -1,20 +0,0 @@
diff -uNr xlib_libpciaccess-0.10.3.orig/configure.ac xlib_libpciaccess-0.10.3/configure.ac
--- xlib_libpciaccess-0.10.3.orig/configure.ac 2009-02-09 18:35:50.000000000 -0800
+++ xlib_libpciaccess-0.10.3/configure.ac 2009-02-09 18:38:56.000000000 -0800
@@ -91,10 +91,12 @@
AM_CONDITIONAL(OPENBSD, [test "x$openbsd" = xyes])
AM_CONDITIONAL(SOLARIS, [test "x$solaris" = xyes])
-AC_CHECK_FILE([/usr/include/asm/mtrr.h],
- [have_mtrr_h="yes"], [have_mtrr_h="no"])
-if test "x$have_mtrr_h" = xyes; then
- AC_DEFINE(HAVE_MTRR, 1, [Use MTRRs on mappings])
+if test "$cross_compiling" != yes; then
+AC_CHECK_FILE([/usr/include/asm/mtrr.h],
+ [have_mtrr_h="yes"], [have_mtrr_h="no"])
+if test "x$have_mtrr_h" = xyes; then
+ AC_DEFINE(HAVE_MTRR, 1, [Use MTRRs on mappings])
+fi
fi
AC_SUBST(PCIACCESS_CFLAGS)

View File

@ -4,10 +4,10 @@
#
################################################################################
XLIB_LIBPCIACCESS_VERSION = 0.10.3
XLIB_LIBPCIACCESS_VERSION = 0.10.9
XLIB_LIBPCIACCESS_SOURCE = libpciaccess-$(XLIB_LIBPCIACCESS_VERSION).tar.bz2
XLIB_LIBPCIACCESS_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBPCIACCESS_AUTORECONF = YES
XLIB_LIBPCIACCESS_AUTORECONF = NO
XLIB_LIBPCIACCESS_INSTALL_STAGING = YES
XLIB_LIBPCIACCESS_DEPENDENCIES =
XLIB_LIBPCIACCESS_CONF_OPT = --enable-shared --disable-static