[xoo/f13/master] - bz#599871 FTBFS xoo-0.7-11.fc12: ImplicitDSOLinking fix

Paul Wouters pwouters at fedoraproject.org
Sat Oct 23 21:59:35 UTC 2010


commit 512d324c909cd1631adfcaec44a718c0410ce63b
Author: Paul Wouters <paul at xelerance.com>
Date:   Sat Oct 23 17:59:33 2010 -0400

    - bz#599871 FTBFS xoo-0.7-11.fc12: ImplicitDSOLinking fix
    
    Conflicts:
    
    	xoo.spec

 xoo.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/xoo.spec b/xoo.spec
index 3df5cae..08d8f17 100644
--- a/xoo.spec
+++ b/xoo.spec
@@ -3,6 +3,8 @@ Name: xoo
 Version: 0.7
 Release: 12%{?dist}
 License: GPLv2+
+# upstream is in the process of moving source to freedesktop.org
+# tar ball not available ATM at either site
 Url: http://projects.o-hand.com/%{name}
 Source0: http://projects.o-hand.com/sources/%{name}/%{name}-%{version}.tar.gz
 Source1: neo1973.png
@@ -27,11 +29,13 @@ device.
 %patch1 -p1 -b .neo1973
 %patch2 -p1 -b .add-needed
 cp %{SOURCE1}  data/
+# ImplicitDSOlinking fix
+sed -i 's/-lXtst/-lXtst -lX11/' configure.ac
 
 %build
 autoreconf -v --install
 %configure --with-x
-make %{?_smp_mflags}
+make LDFLAGS=-lX11 %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
@@ -53,6 +57,9 @@ rm -rf %{buildroot}
 #%{_mandir}/*/*
 
 %changelog
+* Sat Oct 23 2010 Paul Wouters <paul at xelerance.com> - 0.7-12
+- bz#599871 FTBFS xoo-0.7-11.fc12: ImplicitDSOLinking fix
+
 * Mon Feb 22 2010 Adam Jackson <ajax at redhat.com> 0.7-12
 - xoo-0.7-add-needed.patch: Fix FTBFS from --no-add-needed (#564924)
 


More information about the scm-commits mailing list