aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pciutils/pciutils-2.2.4/configure-uclibc.patch
blob: bfde28c45594c969676f96ef67f6e64af22812dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
 
+if [ "$host" = "linux--uclibc" ]
+then
+	sys=linux
+fi
+
+if [ "$host" = "linux--uclibcgnueabi" ]
+then
+	sys=linux
+fi
+
 c=config.h
 m=config.mk
 echo >$c "#define PCI_ARCH_`echo $cpu | tr 'a-z' 'A-Z'`"