[Pkg-ocaml-maint-commits] r1171 - in trunk/packages/ocurl/trunk/debian: . patches

Enrico Tassi gares-guest@costa.debian.org
Sat, 02 Apr 2005 12:10:35 +0000


Author: gares-guest
Date: 2005-04-02 12:10:34 +0000 (Sat, 02 Apr 2005)
New Revision: 1171

Modified:
   trunk/packages/ocurl/trunk/debian/changelog
   trunk/packages/ocurl/trunk/debian/patches/01_makefile.in.dpatch
Log:
-fPIC flag to gcc to make gcc-4.0 on amd64 happy


Modified: trunk/packages/ocurl/trunk/debian/changelog
===================================================================
--- trunk/packages/ocurl/trunk/debian/changelog	2005-04-02 10:23:04 UTC (rev 1170)
+++ trunk/packages/ocurl/trunk/debian/changelog	2005-04-02 12:10:34 UTC (rev 1171)
@@ -1,3 +1,9 @@
+ocurl (0.2.0-3) unstable; urgency=low
+
+  * Itegrated patch for amd64-gcc4.0 (essentially -fPIC to CFLAGS) 
+
+ -- Enrico Tassi <gareuselesinge@users.sourceforge.net>  Sat,  2 Apr 2005 12:06:52 +0000
+
 ocurl (0.2.0-2) unstable; urgency=low
 
   * Rebuilt against ocaml 3.08.3

Modified: trunk/packages/ocurl/trunk/debian/patches/01_makefile.in.dpatch
===================================================================
--- trunk/packages/ocurl/trunk/debian/patches/01_makefile.in.dpatch	2005-04-02 10:23:04 UTC (rev 1170)
+++ trunk/packages/ocurl/trunk/debian/patches/01_makefile.in.dpatch	2005-04-02 12:10:34 UTC (rev 1171)
@@ -5,9 +5,9 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad ocurl-0.2.0/Makefile.in /tmp/dpep.pRHCcE/ocurl-0.2.0/Makefile.in
---- ocurl-0.2.0/Makefile.in	2005-01-31 11:13:01.000000000 +0100
-+++ /tmp/dpep.pRHCcE/ocurl-0.2.0/Makefile.in	2005-01-31 11:13:28.000000000 +0100
+diff -urNad ocurl-0.2.0/Makefile.in /tmp/dpep.KDqUCS/ocurl-0.2.0/Makefile.in
+--- ocurl-0.2.0/Makefile.in	2005-04-02 12:00:49.166447072 +0000
++++ /tmp/dpep.KDqUCS/ocurl-0.2.0/Makefile.in	2005-04-02 12:00:59.463881624 +0000
 @@ -10,7 +10,7 @@
  INSTALL		= @INSTALL@
  INSTALLDATA	= @INSTALL_DATA@
@@ -17,6 +17,15 @@
  OCBYTE		= @OCAMLC@
  OCOPT		= @OCAMLOPT@
  
+@@ -20,7 +20,7 @@
+ FLAGS		=
+ LIBS		=
+ 
+-CFLAGS		= @CFLAGS@ @DEFS@
++CFLAGS		= @CFLAGS@ @DEFS@ -fPIC
+ CAMLINCDIR	= -I@OCAMLLIB@
+ 
+ CURLHELPEROBJS	= curl-helper.o
 @@ -31,9 +31,9 @@
  CURLCLIBS	= -cclib -lcurl-helper -cclib "@CURLLIBS@"