Blame SOURCES/add-fPIC-flag.patch

dea3a0
diff --git a/Makerules/Target.LINUX.GNU.X86_64 b/Makerules/Target.LINUX.GNU.X86_64
dea3a0
index 5a852b3..194a8b2 100755
dea3a0
--- a/Makerules/Target.LINUX.GNU.X86_64
dea3a0
+++ b/Makerules/Target.LINUX.GNU.X86_64
dea3a0
@@ -77,8 +77,8 @@ SHLIB_SONAME=$(notdir $(CMD_TARGETS_SHLIB))
dea3a0
 # ----------------------------
dea3a0
 # -fcheck-new does the opposite of what the manual implies.
dea3a0
 # -fcheck-new DISABLES the run-time test of return value from new
dea3a0
-CMACH		= -pipe -DTARGET_CPU_FAMILY_X86 -Wall -Werror=format-security -D__X86_64__ -DCPU_LE -m64 -fno-strict-aliasing -fstack-protector
dea3a0
-CCMACH		= -pipe -DTARGET_CPU_FAMILY_X86 -Wall -Werror=format-security -D__X86_64__ -DCPU_LE -m64 -fno-strict-aliasing -fstack-protector -fcheck-new -Wno-ctor-dtor-privacy
dea3a0
+CMACH		= -fPIC -pipe -DTARGET_CPU_FAMILY_X86 -Wall -Werror=format-security -D__X86_64__ -DCPU_LE -m64 -fno-strict-aliasing -fstack-protector
dea3a0
+CCMACH		= -fPIC -pipe -DTARGET_CPU_FAMILY_X86 -Wall -Werror=format-security -D__X86_64__ -DCPU_LE -m64 -fno-strict-aliasing -fstack-protector -fcheck-new -Wno-ctor-dtor-privacy
dea3a0
 ifeq ($(shell expr $(GCC_MAJOR_VERSION) \>= 7), 1)
dea3a0
 ifeq ($(shell expr $(GCC_MINOR_VERSION) \>= 0), 1)
dea3a0
 CMACH+= -std=gnu90 -Wno-misleading-indentation -Wno-format-truncation