diff options
Diffstat (limited to 'recipes/pciutils/pciutils-2.1.11/configure-uclibc.patch')
-rw-r--r-- | recipes/pciutils/pciutils-2.1.11/configure-uclibc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/pciutils/pciutils-2.1.11/configure-uclibc.patch b/recipes/pciutils/pciutils-2.1.11/configure-uclibc.patch new file mode 100644 index 0000000000..7ecf490f28 --- /dev/null +++ b/recipes/pciutils/pciutils-2.1.11/configure-uclibc.patch @@ -0,0 +1,11 @@ +--- pciutils/lib/configure.orig 2004-06-22 10:51:26.000000000 -0500 ++++ pciutils/lib/configure 2004-06-22 11:19:48.000000000 -0500 +@@ -31,7 +31,7 @@ + echo_n "Looking for access methods..." + + case $sys in +- [lL]inux) ++ [lL]inux*) + case $rel in + 2.[1-9]*|[3-9]*) echo_n " proc" + echo >>$c '#define HAVE_PM_LINUX_PROC' |