mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-16 16:39:38 +00:00
12 lines
335 B
Diff
12 lines
335 B
Diff
--- 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
|