From a189503cd09779ea0caf8bb36d058592412d197b Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 25 Nov 2015 16:52:19 -0600 Subject: [PATCH] Also use lib64 instead of lib on aarch64 --- compat-lua.spec | 5 ++++- lua-5.1.4-autotoolize.patch | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/compat-lua.spec b/compat-lua.spec index 1c07db6..68a81f5 100644 --- a/compat-lua.spec +++ b/compat-lua.spec @@ -1,6 +1,6 @@ Name: compat-lua Version: 5.1.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Powerful light-weight programming language (compat version) Group: Development/Languages License: MIT @@ -100,6 +100,9 @@ mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/lua.pc \ %changelog +* Wed Nov 25 2015 Yaakov Selkowitz - 5.1.5-4 +- Also use lib64 instead of lib on aarch64 + * Wed Jun 17 2015 Fedora Release Engineering - 5.1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/lua-5.1.4-autotoolize.patch b/lua-5.1.4-autotoolize.patch index c8bef6b..86877aa 100644 --- a/lua-5.1.4-autotoolize.patch +++ b/lua-5.1.4-autotoolize.patch @@ -41711,7 +41711,7 @@ diff -urN lua-5.1.4/src/luaconf.h lua-5.1.4-autotoolize/src/luaconf.h diff -urN lua-5.1.4/src/luaconf.h.template.in lua-5.1.4-autotoolize/src/luaconf.h.template.in --- lua-5.1.4/src/luaconf.h.template.in 1970-01-01 01:00:00.000000000 +0100 +++ lua-5.1.4-autotoolize/src/luaconf.h.template.in 2008-09-03 13:18:37.000000000 +0200 -@@ -0,0 +1,754 @@ +@@ -0,0 +1,755 @@ +/* +** $Id: luaconf.h,v 1.81 2006/02/10 17:44:06 roberto Exp $ +** Configuration file for Lua @@ -41813,7 +41813,8 @@ diff -urN lua-5.1.4/src/luaconf.h.template.in lua-5.1.4-autotoolize/src/luaconf. +/** autotools-patch **/ +#define LUA_LDIR "%lua_datadir%/lua/5.1/" +#if defined __alpha__ || defined __ia64__ || defined __powerpc64__ || \ -+ defined __s390x__ || defined __sparc64__ || defined __x86_64__ ++ defined __s390x__ || defined __sparc64__ || defined __x86_64__ || \ ++ defined __aarch64__ +#define LUA_CDIR "/usr/lib64/lua/5.1/" +#else +#define LUA_CDIR "/usr/lib/lua/5.1/"