rpms/anthy/devel anthy.spec,1.51,1.52

Akira TAGOH tagoh at fedoraproject.org
Wed Feb 4 12:23:52 UTC 2009


Author: tagoh

Update of /cvs/pkgs/rpms/anthy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27190

Modified Files:
	anthy.spec 
Log Message:
fix a build fail


Index: anthy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anthy/devel/anthy.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- anthy.spec	4 Feb 2009 09:53:02 -0000	1.51
+++ anthy.spec	4 Feb 2009 12:23:22 -0000	1.52
@@ -164,7 +164,7 @@
 %configure --disable-static
 # fix rpath issue
 sed -ie 's/^hardcode_libdir_flag_spec.*$'/'hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/' libtool
-make %{?_smp_mflags}
+LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{version}/src-main/.libs:$RPM_BUILD_DIR/%{name}-%{version}/src-worddic/.libs make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT




More information about the scm-commits mailing list