rpms/six/devel six-fix-DSO.patch,1.3,1.4

thomasj thomasj at fedoraproject.org
Thu Apr 29 18:09:23 UTC 2010


Author: thomasj

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

Modified Files:
	six-fix-DSO.patch 
Log Message:
DSO fix try 3


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

Index: six-fix-DSO.patch
===================================================================
RCS file: /cvs/pkgs/rpms/six/devel/six-fix-DSO.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- six-fix-DSO.patch	29 Apr 2010 18:00:54 -0000	1.3
+++ six-fix-DSO.patch	29 Apr 2010 18:09:23 -0000	1.4
@@ -5,7 +5,7 @@
  KDE_USE_PIE = @KDE_USE_PIE@
  KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@
 -LDFLAGS = @LDFLAGS@
-+LDFLAGS = @LDFLAGS@ -lkdeui 
++LDFLAGS = @LDFLAGS@ -lkdeui -lkdecore
  LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
  LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
  LIBCOMPAT = @LIBCOMPAT@



More information about the scm-commits mailing list