diff options
Diffstat (limited to 'user/pciutils/fix-linking-pci-malloc-Makefile.patch')
-rw-r--r-- | user/pciutils/fix-linking-pci-malloc-Makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/pciutils/fix-linking-pci-malloc-Makefile.patch b/user/pciutils/fix-linking-pci-malloc-Makefile.patch new file mode 100644 index 000000000..a2b5f01f1 --- /dev/null +++ b/user/pciutils/fix-linking-pci-malloc-Makefile.patch @@ -0,0 +1,11 @@ +--- pciutils-3.2.1/Makefile.orig ++++ pciutils-3.2.1/Makefile +@@ -2,7 +2,7 @@ + # (c) 1998--2013 Martin Mares <mj@ucw.cz> + + OPT=-O2 +-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes ++CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -fPIC + + VERSION=3.2.1 + DATE=2013-11-10 |