]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/pciutils-strip.patch
Updated Kernel (2.6.32.22).
[people/pmueller/ipfire-2.x.git] / src / patches / pciutils-strip.patch
CommitLineData
72d80898
MT
1--- pciutils-2.1.99-test3/Makefile.strip 2004-02-25 01:46:14.315787866 -0500
2+++ pciutils-2.1.99-test3/Makefile 2004-02-25 01:47:45.478046260 -0500
3@@ -32,7 +32,7 @@
4 all: $(PCILIB) lspci setpci lspci.8 setpci.8 update-pciids update-pciids.8 pci.ids
5
6 $(PCILIB): $(PCIINC) force
7- $(MAKE) -C lib all
8+ CFLAGS="$(CFLAGS) -fPIC" $(MAKE) -C lib all
9
10 force:
11
12--- pciutils-2.1.99-test8/Makefile.foo 2005-05-10 15:24:45.000000000 -0400
13+++ pciutils-2.1.99-test8/Makefile 2005-05-10 15:24:50.000000000 -0400
14@@ -65,7 +65,7 @@
15 install: all
16 # -c is ignored on Linux, but required on FreeBSD
17 $(DIRINSTALL) -m 755 $(SBINDIR) $(IDSDIR) $(MANDIR)/man8
18- $(INSTALL) -c -m 755 -s lspci setpci $(SBINDIR)
19+ $(INSTALL) -c -m 755 lspci setpci $(SBINDIR)
20 $(INSTALL) -c -m 755 update-pciids $(SBINDIR)
21 $(INSTALL) -c -m 644 pci.ids $(IDSDIR)
22 $(INSTALL) -c -m 644 lspci.8 setpci.8 update-pciids.8 $(MANDIR)/man8