Pass --pic to gperf

This commit is contained in:
Behdad Esfahbod 2017-07-31 15:56:06 +01:00
parent 5b6af242e1
commit 241cc86932
1 changed files with 1 additions and 1 deletions

View File

@ -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 += \