summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>2019-08-06 13:46:48 +0200
committerStéphane Glondu <glondu@debian.org>2019-08-06 13:54:58 +0200
commit52feea9c71d870a7de1ccf46a6496d9e42e18a8c (patch)
tree1f1c11bd23650abb4a80decbc1684137dd156d76
parent7417eba3c4ec525e30687f163439d21e570d1461 (diff)
add_fpic_to_cflags
=================================================================== Gbp-Pq: Name add_fpic_to_cflags.patch
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ea6205..640cafb 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ endif
ifdef FT2_LIB
FT2_FLAG = -DHAVE_FREETYPE
endif
-CFLAGS = $(CINCLUDES) -W -Wall -Wno-unused \
+CFLAGS = $(CINCLUDES) -fPIC -W -Wall -Wno-unused \
$(JPEG_FLAG) $(FT2_FLAG) $(SAFETY_FLAG)
OCAMLCFLAGS=-labels -unsafe