rpms/eet/devel eet-fix-DSO.patch,NONE,1.1 eet.spec,1.20,1.21

thomasj thomasj at fedoraproject.org
Fri Jun 11 08:02:23 UTC 2010


Author: thomasj

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

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

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

--- NEW FILE eet-fix-DSO.patch ---
--- src/bin/Makefile.in	2010-06-06 19:24:39.000000000 +0200
+++ src/bin/Makefile.in.old	2010-06-11 09:58:26.000000000 +0200
@@ -147,7 +147,7 @@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LD = @LD@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -leina
 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@


Index: eet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eet/devel/eet.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- eet.spec	11 Jun 2010 06:42:49 -0000	1.20
+++ eet.spec	11 Jun 2010 08:02:22 -0000	1.21
@@ -11,6 +11,8 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildRequires:  libjpeg-devel zlib-devel chrpath pkgconfig doxygen libeina-devel
 
+Patch10:	eet-fix-DSO.patch
+
 %description
 Eet is a tiny library designed to write an arbitary set of chunks of
 data to a file and optionally compress each chunk (very much like a
@@ -37,7 +39,7 @@ developing applications that use %{name}
 
 %prep
 %setup -q
-
+%patch10 -p0
 
 %build
 %configure --disable-static



More information about the scm-commits mailing list