librhash: Update from 1.3.5 to 1.3.6
[termux-packages] / packages / gnupg / src-mpi-Makefile.in.patch
CommitLineData
f019eb66 1--- gnupg-1.4.20/mpi/Makefile.in 2015-12-20 08:53:15.000000000 +0100
2+++ src/mpi/Makefile.in 2016-04-19 19:33:55.167315560 +0200
3@@ -713,7 +713,7 @@
4 # cancel the default rules used by libtool which do not really
5 # work and add one to cpp .S files
6 .S.o:
7- $(CPP) $(INCLUDES) $(DEFS) $< | grep -v '^#' > _$*.s
8+ $(CPP) $(INCLUDES) $(DEFS) -DPIC $< | grep -v '^#' > _$*.s
9 $(COMPILE) $(AM_CCASFLAGS) -c _$*.s
10 mv -f _$*.o $*.o
11