add -fPIC option to the C compiler, required in f31
[vsys.git] / ocaml_inotify-0.4 / Makefile
index ea4dbe6..43c691e 100644 (file)
@@ -1,5 +1,5 @@
 CC = gcc
-CFLAGS = -Wall -O2
+CFLAGS = -Wall -O2 -fPIC
 OCAMLC = ocamlc
 OCAMLOPT = ocamlopt