summarylogtreecommitdiffstats
path: root/fpic.patch
diff options
context:
space:
mode:
authorhaawda2018-01-05 21:23:45 +0100
committerhaawda2018-01-05 21:23:45 +0100
commit0f570e5b62b82157e0d1c1432f3dde2d8761b06f (patch)
tree2c04f3fbebca073309fc7d02366f4d5e9003eae8 /fpic.patch
parentb02470b2d105d81bf7fdc98eae446d33030acbb3 (diff)
downloadaur-0f570e5b62b82157e0d1c1432f3dde2d8761b06f.tar.gz
upstream changed build system, patch needed
Diffstat (limited to 'fpic.patch')
-rw-r--r--fpic.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/fpic.patch b/fpic.patch
new file mode 100644
index 000000000000..58202e080dae
--- /dev/null
+++ b/fpic.patch
@@ -0,0 +1,14 @@
+diff --git a/config/x86_64/make_defs.mk b/config/x86_64/make_defs.mk
+index 2db7a8b8..30f41a62 100644
+--- a/config/x86_64/make_defs.mk
++++ b/config/x86_64/make_defs.mk
+@@ -52,7 +52,7 @@ endif
+ # may specify additional flags here as needed.
+ CPPROCFLAGS :=
+ CMISCFLAGS :=
+-CPICFLAGS :=
++CPICFLAGS := -fPIC
+ CWARNFLAGS :=
+
+ ifneq ($(DEBUG_TYPE),off)
+