[e_dbus] another patch needed, this release is really broken

thomasj thomasj at fedoraproject.org
Thu Nov 18 19:41:57 UTC 2010


commit d0e9b9e785d0fab694fbefb655c7a9359bd48cb7
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Thu Nov 18 20:41:59 2010 +0100

    another patch needed, this release is really broken

 e_dbus-1.0.0_fix3-DSO.patch |   11 +++++++++++
 e_dbus.spec                 |    2 ++
 2 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/e_dbus-1.0.0_fix3-DSO.patch b/e_dbus-1.0.0_fix3-DSO.patch
new file mode 100644
index 0000000..a5e2551
--- /dev/null
+++ b/e_dbus-1.0.0_fix3-DSO.patch
@@ -0,0 +1,11 @@
+--- src/lib/dbus/Makefile.in	2010-11-12 15:28:57.000000000 +0100
++++ src/lib/dbus/Makefile.in.old	2010-11-18 20:38:42.000000000 +0100
+@@ -157,7 +157,7 @@
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+ LD = @LD@
+-LDFLAGS = @LDFLAGS@
++LDFLAGS = @LDFLAGS@ -ledbus
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
diff --git a/e_dbus.spec b/e_dbus.spec
index 8af51c0..b6cbae8 100644
--- a/e_dbus.spec
+++ b/e_dbus.spec
@@ -11,6 +11,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch10:	e_dbus-1.0.0_fix-DSO.patch
 Patch20:	e_dbus-1.0.0_fix2-DSO.patch
+Patch30:	e_dbus-1.0.0_fix3-DSO.patch
 
 BuildRequires:  ecore-devel evas-devel dbus-devel chrpath pkgconfig
 
@@ -33,6 +34,7 @@ developing applications that use %{name}.
 %setup -q -n %{name}-%{version}.beta2
 %patch10 -p0
 %patch20 -p0
+%patch30 -p0
 
 %build
 %configure --disable-static


More information about the scm-commits mailing list