[gummi] Add output of "pkg-config --libs gthread-2.0" to Makefile.in

mkasik mkasik at fedoraproject.org
Mon Nov 28 13:41:32 UTC 2011


commit dd48031855278e5c33c1a37ba71c0aadc517a823
Author: Marek Kasik <mkasik at redhat.com>
Date:   Mon Nov 28 14:35:35 2011 +0100

    Add output of "pkg-config --libs gthread-2.0" to Makefile.in

 gummi-0.6.0-linking.patch |    2 +-
 gummi.spec                |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gummi-0.6.0-linking.patch b/gummi-0.6.0-linking.patch
index 4956e2a..21f9b6b 100644
--- a/gummi-0.6.0-linking.patch
+++ b/gummi-0.6.0-linking.patch
@@ -5,7 +5,7 @@
  INTLTOOL_PERL = @INTLTOOL_PERL@
  INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 -LDFLAGS = @LDFLAGS@
-+LDFLAGS = @LDFLAGS@ -lm -lz
++LDFLAGS = @LDFLAGS@ -lm -lz -pthread -lgthread-2.0 -lrt -lglib-2.0
  LIBOBJS = @LIBOBJS@
  LIBS = @LIBS@
  LTLIBOBJS = @LTLIBOBJS@
diff --git a/gummi.spec b/gummi.spec
index a86044b..6d535cc 100644
--- a/gummi.spec
+++ b/gummi.spec
@@ -1,6 +1,6 @@
 Name:           gummi
 Version:        0.6.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A simple LaTeX editor
 
 Group:          Applications/Publishing
@@ -62,6 +62,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Nov 28 2011 Marek Kasik <mkasik at redhat.com> - 0.6.0-2
+- Add output of "pkg-config --libs gthread-2.0" to Makefile.in to fix build
+
 * Thu Nov 17 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.6.0-1
 - Updated to new upstream version 0.6.0
 


More information about the scm-commits mailing list