Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
hylafax
> hylafax-6.0.2-pic.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File hylafax-6.0.2-pic.diff of Package hylafax (Revision 5)
Currently displaying revision
5
,
show latest
--- faxd/Makefile.in.orig 2009-07-02 15:03:32.000000000 +0200 +++ faxd/Makefile.in 2009-07-02 15:04:06.000000000 +0200 @@ -42,6 +42,9 @@ SUBDIR=faxd LIBVERSION = @VERSION@ +CFLAGS += -fPIC +C++FLAGS += -fPIC + C++FILES=ClassModem.c++ \ FaxModem.c++ \ Class0.c++ \ --- regex/Makefile.in.orig 2009-07-02 15:04:28.000000000 +0200 +++ regex/Makefile.in 2009-07-02 15:04:42.000000000 +0200 @@ -40,6 +40,7 @@ DEPTH=.. 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 2009-07-02 15:04:50.000000000 +0200 +++ util/Makefile.in 2009-07-02 15:05:47.000000000 +0200 @@ -44,6 +44,8 @@ TARGETS=faxmsg faxmodem faxadduser faxco faxstate faxinfo faxwatch textfmt dialtest typetest tiffcheck LC++INCS=${ZLIBINC} # for FaxClient.c++ +CFLAGS += -fPIC +C++FLAGS += -fPIC default all:: @${MAKE} incdepend