packages/pciutils/pcituils-2.2.4: Fix configure for gnueabiuclibc builds
authorHolger Freyther <zecke@selfish.org>
Thu, 17 May 2007 15:00:26 +0000 (15:00 +0000)
committerHolger Freyther <zecke@selfish.org>
Thu, 17 May 2007 15:00:26 +0000 (15:00 +0000)
packages/pciutils/pciutils-2.2.4/configure-uclibc.patch

index 0e6e774..bfde28c 100644 (file)
@@ -1,6 +1,8 @@
---- /lib/orig-configure        2007-02-13 16:36:54.000000000 +0200
-+++ /lib/configure     2007-02-13 16:37:33.000000000 +0200
-@@ -39,6 +39,11 @@
+Index: pciutils-2.2.4/lib/configure
+===================================================================
+--- pciutils-2.2.4.orig/lib/configure  2007-05-16 23:37:38.000000000 +0200
++++ pciutils-2.2.4/lib/configure       2007-05-17 16:35:24.000000000 +0200
+@@ -39,6 +39,16 @@
        sys=linux
  fi
  
@@ -8,6 +10,11 @@
 +then
 +      sys=linux
 +fi
++
++if [ "$host" = "linux--uclibcgnueabi" ]
++then
++      sys=linux
++fi
 +
  c=config.h
  m=config.mk