This commit is contained in:
4fury-c3440d8
2021-10-15 11:19:22 +03:00
parent 2409b10361
commit ee58ffd642
6 changed files with 44 additions and 219 deletions
+11
View File
@@ -0,0 +1,11 @@
--- a/Makefile 2020-11-22 16:06:50.382848861 +0000
+++ b/Makefile 2020-11-22 16:11:49.044201863 +0000
@@ -24,7 +24,7 @@
# Do not specify CFLAGS or LIBS on the make invocation line - specify
# XCFLAGS or XLIBS instead. Make ignores any lines in the makefile that
# set a variable that was set on the command line.
-CFLAGS += $(XCFLAGS) -Iinclude
+CFLAGS += $(XCFLAGS) -Iinclude -fPIC -fcommon
LIBS += $(XLIBS) -lm
ifneq ($(threading),no)