fontconfig: Branch 'master'
[email protected] (Behdad Esfahbod)
| Newsgroups | gmane.comp.fonts.fontconfig |
|---|---|
| Message-ID | <[email protected]> |
src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 241cc869327ec07774ff555e157db1bea73dc485 Author: Behdad Esfahbod <[email protected]> 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 [email protected] fcobjshash.gperf && touch $@ || ( $(RM) [email protected] && false ) fcobjshash.h: Makefile fcobjshash.gperf - $(AM_V_GEN) $(GPERF) -m 100 fcobjshash.gperf > [email protected] && \ + $(AM_V_GEN) $(GPERF) --pic -m 100 fcobjshash.gperf > [email protected] && \ mv -f [email protected] $@ || ( $(RM) [email protected] && false ) EXTRA_DIST += \ _______________________________________________ Fontconfig mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/fontconfig