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