rpms/ewl/F-13 ewl-fix-DSO2.patch,NONE,1.1 ewl.spec,1.6,1.7

thomasj thomasj at fedoraproject.org
Sun Apr 4 13:14:21 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/ewl/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14392

Modified Files:
	ewl.spec 
Added Files:
	ewl-fix-DSO2.patch 
Log Message:
DSO fix try 2


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

--- NEW FILE ewl-fix-DSO2.patch ---
--- tools/ewl_config/Makefile.in	2008-01-25 04:23:14.000000000 +0100
+++ tools/ewl_config/Makefile.in.old	2010-04-04 15:11:47.000000000 +0200
@@ -82,7 +82,7 @@
 AWK = @AWK@
 CC = @CC@
 CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ -lecore
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
 CYGPATH_W = @CYGPATH_W@


Index: ewl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ewl/F-13/ewl.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- ewl.spec	4 Apr 2010 13:01:23 -0000	1.6
+++ ewl.spec	4 Apr 2010 13:14:20 -0000	1.7
@@ -11,6 +11,7 @@ BuildRoot:	%(mktemp -ud %{_tmppath}/%{na
 
 ##Fix DSO patches
 Patch10:	ewl-fix-DSO.patch
+Patch20:	ewl-fix-DSO2.patch
 
 BuildRequires:	zlib-devel, curl-devel, openssl-devel
 BuildRequires:	efreet-devel, ecore-devel, epsilon-devel, edje-devel, evas-devel
@@ -58,6 +59,7 @@ applications based on the %{name} packag
 %prep
 %setup -q
 %patch10 -p0
+%patch20 -p0
 
 %build
 %configure --disable-static



More information about the scm-commits mailing list