~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to src/patches/pciutils-strip.patch

  • Committer: Dirk Wagner
  • Date: 2014-12-23 08:02:23 UTC
  • mfrom: (4405.56.108)
  • Revision ID: git-v1:601f8347ccb1e9c5e3f250ff26d4097ecd698875
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into asterisk-update

Show diffs side-by-side

added added

removed removed

Lines of Context:
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