src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 241cc869327ec07774ff555e157db1bea73dc485 Author: Behdad Esfahbod <behdad@xxxxxxxxxx> Date: Mon Jul 31 15:56:06 2017 +0100 Pass --pic to gperf diff --git a/src/Makefile.am b/src/Makefile.am index e5c1942..0af7112 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -120,7 +120,7 @@ stamp-fcobjshash.gperf: fcobjshash.gperf.h fcobjs.h mv -f $@.tmp fcobjshash.gperf && touch $@ || ( $(RM) $@.tmp && false ) fcobjshash.h: Makefile fcobjshash.gperf - $(AM_V_GEN) $(GPERF) -m 100 fcobjshash.gperf > $@.tmp && \ + $(AM_V_GEN) $(GPERF) --pic -m 100 fcobjshash.gperf > $@.tmp && \ mv -f $@.tmp $@ || ( $(RM) $@.tmp && false ) EXTRA_DIST += \ _______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/fontconfig