[Pkg-ocaml-maint-commits] [SCM] liquidsoap packaging branch, master, updated. debian/0.9.3-1-10-gdb700c1

Stephane Glondu steph at glondu.net
Sun Feb 27 10:34:33 UTC 2011


The following commit has been merged in the master branch:
commit ee870f7e8bdf3cefa72b48f7c7dcc127c135b3db
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Feb 27 11:00:46 2011 +0100

    Add 0002-Fix-FTBFS-due-to-change-in-DSO-Linking-Closes-615536.patch

diff --git a/debian/patches/0002-Fix-FTBFS-due-to-change-in-DSO-Linking-Closes-615536.patch b/debian/patches/0002-Fix-FTBFS-due-to-change-in-DSO-Linking-Closes-615536.patch
new file mode 100644
index 0000000..e474caa
--- /dev/null
+++ b/debian/patches/0002-Fix-FTBFS-due-to-change-in-DSO-Linking-Closes-615536.patch
@@ -0,0 +1,37 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Sun, 27 Feb 2011 11:00:10 +0100
+Subject: [PATCH] Fix FTBFS due to change in DSO Linking (Closes: #615536)
+
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615536
+---
+ configure    |    2 +-
+ configure.ac |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configure b/configure
+index 7512e87..3b503fa 100755
+--- a/configure
++++ b/configure
+@@ -2375,7 +2375,7 @@ if test "x$prefix" = "xNONE" ; then
+ else
+   # Add passed prefix to compilation variables.
+   CFLAGS="$CFLAGS -I$prefix/include"
+-  LDFLAGS="$LDFLAGS -L$prefix/lib"
++  LDFLAGS="$LDFLAGS -L$prefix/lib -lstdc++"
+   CPPFLAGS="$CPPFLAGS -I$prefix/include"
+ fi
+ 
+diff --git a/configure.ac b/configure.ac
+index 1466c41..a3d119c 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -62,7 +62,7 @@ if test "x$prefix" = "xNONE" ; then
+ else
+   # Add passed prefix to compilation variables.
+   CFLAGS="$CFLAGS -I$prefix/include"
+-  LDFLAGS="$LDFLAGS -L$prefix/lib"
++  LDFLAGS="$LDFLAGS -L$prefix/lib -lstdc++"
+   CPPFLAGS="$CPPFLAGS -I$prefix/include"
+ fi
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 559321f..fd061f1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Enabled-non-custom-build-for-bytecode-compilation.patch
+0002-Fix-FTBFS-due-to-change-in-DSO-Linking-Closes-615536.patch

-- 
liquidsoap packaging



More information about the Pkg-ocaml-maint-commits mailing list