Hello community,

here is the log from the commit of package bayonne2 for openSUSE:Factory 
checked in at 2012-11-10 16:57:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bayonne2 (Old)
 and      /work/SRC/openSUSE:Factory/.bayonne2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bayonne2", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bayonne2/bayonne2.changes        2012-09-11 
09:04:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bayonne2.new/bayonne2.changes   2012-11-10 
16:57:27.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Nov  2 10:50:45 UTC 2012 - [email protected]
+
+- added bayonne2-libtool.patch
+  this fixes module linking - this pretends to ues libtool, but
+  doesn't actually build libtool modules, so the COMMON_MODOPTS
+  needs to contain the correct linker options
+
+-------------------------------------------------------------------

New:
----
  bayonne2-libtool.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bayonne2.spec ++++++
--- /var/tmp/diff_new_pack.NAmCR0/_old  2012-11-10 16:57:29.000000000 +0100
+++ /var/tmp/diff_new_pack.NAmCR0/_new  2012-11-10 16:57:29.000000000 +0100
@@ -30,6 +30,7 @@
 Patch0:         %{name}-opensuse.patch
 Patch1:         bayonne2-const_char.patch
 Patch2:         bayonne2-rlimit.patch
+Patch3:         bayonne2-libtool.patch
 BuildRequires:  SDL-devel
 BuildRequires:  ccaudio2-devel
 BuildRequires:  ccrtp-devel
@@ -108,6 +109,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p0
+%patch3 -p1
 
 %build
 autoreconf --force --install

++++++ bayonne2-libtool.patch ++++++
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs -x Makefile -x Makefile.in 
../orig-bayonne2-2.3.2/configure.ac ./configure.ac
--- ../orig-bayonne2-2.3.2/configure.ac 2007-01-18 14:02:52.000000000 +0100
+++ ./configure.ac      2012-11-02 11:47:11.106364211 +0100
@@ -327,6 +327,7 @@
 COMMON_LIBPATH=`pkg-config --variable=libdir libccgnu2`
 COMMON_LIBFLAGS="-L$COMMON_LIBPATH $COMMON_LIBS"
 COMMON_MODFLAGS=`pkg-config --variable=modflags libccgnu2`
+COMMON_MODFLAGS="$COMMON_MODFLAGS -XCClinker -shared"
 EXTRAS_LIBFLAGS="-L$COMMON_LIBPATH $EXTRAS_LIBS"
 CXXFLAGS="$CXXFLAGS $COMMON_CFLAGS"
 AC_SUBST(COMMON_MODFLAGS)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to