chiark / gitweb /
debianutils: Update from 4.8.3 to 4.8.4
[termux-packages] / packages / gnupg / src-mpi-Makefile.in.patch
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