Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
hylafax
> hylafax-6.0.4-pic.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File hylafax-6.0.4-pic.diff of Package hylafax (Revision 15)
Currently displaying revision
15
,
show latest
--- hfaxd/Makefile.in.orig 2010-01-10 17:25:26.000000000 +0100 +++ hfaxd/Makefile.in 2010-01-10 17:26:16.000000000 +0100 @@ -41,6 +41,9 @@ @MAKEINCLUDE@ @MAKELQUOTE@${DEPTH}/defs@MAKERQUOTE@ FAXDSRCDIR= ${DEPTH}/${TOPSRCDIR}/faxd +CFLAGS += -fPIC +C++FLAGS += -fPIC + C++FILES=Admin.c++ \ FIFO.c++ \ FileCache.c++ \ --- regex/Makefile.in.orig 2010-01-10 17:25:46.000000000 +0100 +++ regex/Makefile.in 2010-01-10 17:26:38.000000000 +0100 @@ -40,6 +40,8 @@ SUBDIR=regex @MAKEINCLUDE@ @MAKELQUOTE@${DEPTH}/defs@MAKERQUOTE@ +CFLAGS += -fPIC + CFILES= regexec.c regcomp.c regfree.c regerror.c TARGETS=libregex.a --- util/Makefile.in.orig 2010-01-10 17:25:49.000000000 +0100 +++ util/Makefile.in 2010-01-10 17:27:03.000000000 +0100 @@ -45,6 +45,9 @@ LC++INCS=${ZLIBINC} # for FaxClient.c++ +CFLAGS += -fPIC +C++FLAGS += -fPIC + default all:: @${MAKE} incdepend @${MAKE} targets