diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-03 21:04:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-03 21:04:43 +0100 |
commit | 4fcc7439fb4e203f510e133a21e1bf9150b79368 (patch) | |
tree | 32eedf8ba00bb4ec35b196205bc9356a8ae5f5a8 /package/libpciaccess/patches/patch-configure_ac | |
parent | 5dd0e62fa8d9366998288e7f384e48dad02949e1 (diff) |
update X11, kerberos, samba, bluez
- fix some ipkg issues with ubuntu
- use grub2 for alix1c, no grub1 dependency on host
- boots up on alix1c
- fix some bcm203x problems
Diffstat (limited to 'package/libpciaccess/patches/patch-configure_ac')
-rw-r--r-- | package/libpciaccess/patches/patch-configure_ac | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/libpciaccess/patches/patch-configure_ac b/package/libpciaccess/patches/patch-configure_ac deleted file mode 100644 index 11571fda3..000000000 --- a/package/libpciaccess/patches/patch-configure_ac +++ /dev/null @@ -1,16 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- libpciaccess-0.10.3.orig/configure.ac 2008-06-10 21:24:44.000000000 +0200 -+++ libpciaccess-0.10.3/configure.ac 2009-05-10 17:22:54.000000000 +0200 -@@ -91,12 +91,6 @@ AM_CONDITIONAL(FREEBSD, [test "x$freebsd - 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]) --fi -- - AC_SUBST(PCIACCESS_CFLAGS) - AC_SUBST(PCIACCESS_LIBS) - |