rpms/evas/devel evas-fix-DSO.patch,NONE,1.1 evas.spec,1.17,1.18

thomasj thomasj at fedoraproject.org
Fri Jun 11 09:01:24 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/evas/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5614

Modified Files:
	evas.spec 
Added Files:
	evas-fix-DSO.patch 
Log Message:
added fix-DSO patch

evas-fix-DSO.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE evas-fix-DSO.patch ---
--- src/bin/Makefile.in	2010-06-06 19:28:39.000000000 +0200
+++ src/bin/Makefile.in.old	2010-06-11 10:57:33.000000000 +0200
@@ -161,7 +161,7 @@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LD = @LD@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lpthread
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@


Index: evas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evas/devel/evas.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- evas.spec	11 Jun 2010 08:46:21 -0000	1.17
+++ evas.spec	11 Jun 2010 09:01:24 -0000	1.18
@@ -9,6 +9,8 @@ URL:            http://web.enlightenment
 Source0:        http://download.enlightenment.org/snapshots/LATEST/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch10:	evas-fix-DSO.patch
+
 BuildRequires:  eet-devel libeina-devel
 BuildRequires:  freetype-devel pth-devel libX11-devel libXext-devel
 BuildRequires:  libXrender-devel fontconfig-devel libjpeg-devel libpng-devel
@@ -34,7 +36,7 @@ developing applications that use %{name}
 
 %prep
 %setup -q
-
+%patch10 -p0
 
 %build
 %configure --disable-static --enable-gl-x11 -enable-fb



More information about the scm-commits mailing list