]> git.pld-linux.org Git - packages/hylafax.git/blame - hylafax-pic.patch
missing patch
[packages/hylafax.git] / hylafax-pic.patch
CommitLineData
3b6276ad
JB
1--- hylafax-6.0.6/faxd/Makefile.in.orig 2018-04-14 21:55:33.933554074 +0200
2+++ hylafax-6.0.6/faxd/Makefile.in 2018-04-14 21:59:53.600217776 +0200
3@@ -172,6 +172,9 @@
a3c60623 4
3b6276ad 5 LIBFAXSERVER=-L. -lfaxserver-${ABI_VERSION}
a3c60623
JB
6
7+${SERVER_OBJS} ${MODEM_OBJS}: %.o: %.c++
8+ ${C++F} -fPIC ${C++FILE} -c $<
9+
3b6276ad
JB
10 libfaxserver-${ABI_VERSION}.a: ${SERVER_OBJS} ${MODEM_OBJS}
11 ${AR} ${AROPTS} libfaxserver-${ABI_VERSION}.a $?
12 ${RANLIB} libfaxserver-${ABI_VERSION}.a
540ce4db
JB
13--- hylafax-4.1.8/regex/Makefile.in.orig 1999-08-05 10:01:44.000000000 +0000
14+++ hylafax-4.1.8/regex/Makefile.in 2004-03-24 12:07:30.000000000 +0000
15@@ -53,6 +53,9 @@
16
17 @MAKEINCLUDE@ @MAKELQUOTE@${COMMONRULES}@MAKERQUOTE@
18
19+${OBJECTS}: %.o: %.c
20+ ${CCF} -fPIC -c $<
21+
22 libregex.a: ${OBJECTS}
23 @rm -f $@;
24 ${AR} ${AROPTS} $@ ${OBJECTS}
This page took 0.093557 seconds and 5 git commands to generate.