rpms/lua/F-10 lua.spec,1.32,1.33

Tim Niemueller timn at fedoraproject.org
Thu Jun 11 22:16:22 UTC 2009


Author: timn

Update of /cvs/pkgs/rpms/lua/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16088

Modified Files:
	lua.spec 
Log Message:
Link liblua.so with -lm (math lib), fixes rhbz #499238


Index: lua.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lua/F-10/lua.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- lua.spec	3 Sep 2008 12:27:55 -0000	1.32
+++ lua.spec	11 Jun 2009 22:15:51 -0000	1.33
@@ -1,6 +1,6 @@
 Name:           lua
 Version:        5.1.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Powerful light-weight programming language
 Group:          Development/Languages
 License:        MIT
@@ -53,7 +53,7 @@ sed -i 's|^hardcode_libdir_flag_spec=.*|
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 # hack so that only /usr/bin/lua gets linked with readline as it is the
 # only one which needs this and otherwise we get License troubles
-make %{?_smp_mflags} LIBS="-ldl" luac_LDADD="liblua.la -lm -ldl"
+make %{?_smp_mflags} LIBS="-lm -ldl" luac_LDADD="liblua.la -lm -ldl"
 # also remove readline from lua.pc
 sed -i 's/-lreadline -lncurses //g' etc/lua.pc
 
@@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.a
 
 %changelog
+* Thu Jun 11 2009 Tim Niemueller <tim at niemueller.de> - 5.1.4-2
+- Link liblua.so with -lm (math lib), fixes rhbz #499238
+
 * Wed Sep 03 2008 Tim Niemueller <tim at niemueller.de> - 5.1.4-1
 - New upstream release 5.1.4
 




More information about the fedora-extras-commits mailing list