[-]
[+]
|
Deleted |
hylafax.changes
|
@@ -1,45 +0,0 @@
--------------------------------------------------------------------
-Mon Jul 20 13:51:41 CEST 2009 - jcnengel@googlemail.com
-
-- Fix init script to solve bug #523396
-
--------------------------------------------------------------------
-Fri Jun 26 11:42:28 CEST 2009 - Johannes Engel <jcnengel@googlemail.comm>
-
-- 6.0.2
-- Build fixes
-- Rename server package to hylafax
-
--------------------------------------------------------------------
-Fri May 29 11:42:28 CEST 2009 - Patrice Fournier <patrice.fournier@ifax.com>
-
-- Update to official 6.0.2 release
-
--------------------------------------------------------------------
-Fri May 22 11:42:28 CEST 2009 - Patrice Fournier <patrice.fournier@ifax.com>
-
-- Check for the right server package name in faxsetup (Simon Matter)
-
--------------------------------------------------------------------
-Tue May 19 11:42:28 CEST 2009 - Aidan Van Dyk <aidan@ifax.com>
-
-- Don't move client sbin progs to bin
-
--------------------------------------------------------------------
-Fri May 15 11:42:28 CEST 2009 - Patrice Fournier <patrice.fournier@ifax.com>
-
-- Update to official 6.0.0 release
-- Separate in server and client packages
-- Remove epoch from packages to prevent problems from migrating between
- different branches
-- Prevent sgi2fax man page from being installed
-- Distributed templates are not considered config files anymore
-- Moved all client binaries to /usr/bin
-- Force configure to use gcc/g++ from path
-
--------------------------------------------------------------------
-Fri Mar 27 11:42:28 CEST 2009 - Patrice Fournier <patrice.fournier@ifax.com>
-
-- Update to first release candiate of 6.0.0 release
-- Changed MaxRecvPages from 25 to 250
-
|
[-]
[+]
|
Changed |
hylafax.spec
^
|
|
[-]
[+]
|
Added |
hylafax-6.0.4-pic.diff
^
|
@@ -0,0 +1,35 @@
+--- 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
|
|
Added |
hylafax-6.0.4.tar.bz2
^
|