[Pkg-voip-commits] r1313 - in pwlib/trunk/debian: . patches

Kilian Krause kilian at costa.debian.org
Sun Feb 19 21:11:43 UTC 2006


Author: kilian
Date: 2006-02-19 21:11:42 +0000 (Sun, 19 Feb 2006)
New Revision: 1313

Added:
   pwlib/trunk/debian/patches/01_unix.mak_Os.dpatch
Modified:
   pwlib/trunk/debian/changelog
   pwlib/trunk/debian/patches/00list
Log:
fix building on alpha.


Modified: pwlib/trunk/debian/changelog
===================================================================
--- pwlib/trunk/debian/changelog	2006-02-19 15:06:54 UTC (rev 1312)
+++ pwlib/trunk/debian/changelog	2006-02-19 21:11:42 UTC (rev 1313)
@@ -1,8 +1,9 @@
-pwlib (1.9.3-2) UNRELEASED; urgency=low
+pwlib (1.9.3-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Fix compilation on alpha with switching -Os back to -O2. Apparently gcc is
+    still broken.
 
- -- Kilian Krause <kilian at debian.org>  Mon, 13 Feb 2006 21:37:33 +0000
+ -- Kilian Krause <kilian at debian.org>  Sun, 19 Feb 2006 22:10:42 +0100
 
 pwlib (1.9.3-1) unstable; urgency=low
 

Modified: pwlib/trunk/debian/patches/00list
===================================================================
--- pwlib/trunk/debian/patches/00list	2006-02-19 15:06:54 UTC (rev 1312)
+++ pwlib/trunk/debian/patches/00list	2006-02-19 21:11:42 UTC (rev 1313)
@@ -1,3 +1,4 @@
+01_unix.mak_Os
 02_debug_names
 04_names
 05_hppa

Added: pwlib/trunk/debian/patches/01_unix.mak_Os.dpatch
===================================================================
--- pwlib/trunk/debian/patches/01_unix.mak_Os.dpatch	2006-02-19 15:06:54 UTC (rev 1312)
+++ pwlib/trunk/debian/patches/01_unix.mak_Os.dpatch	2006-02-19 21:11:42 UTC (rev 1313)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_Makefile_Os.dpatch by Kilian Krause <kilian at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad pwlib-1.9.3/make/unix.mak /tmp/dpep.1VnKtr/pwlib-1.9.3/make/unix.mak
+--- pwlib-1.9.3/make/unix.mak	2006-01-17 19:57:17.000000000 +0100
++++ /tmp/dpep.1VnKtr/pwlib-1.9.3/make/unix.mak	2006-02-19 22:09:55.562848765 +0100
+@@ -970,7 +970,7 @@
+   ifeq ($(OSTYPE),solaris)
+     OPTCCFLAGS	+= -xO3 
+   else
+-    OPTCCFLAGS	+= -Os 
++    OPTCCFLAGS	+= -O2
+   endif
+ else
+   OPTCCFLAGS	+= -O2


Property changes on: pwlib/trunk/debian/patches/01_unix.mak_Os.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-voip-commits mailing list