diff --git a/SOURCES/lua-5.1.4-autotoolize.patch b/SOURCES/lua-5.1.4-autotoolize.patch
index afcb3fb..160bbee 100644
--- a/SOURCES/lua-5.1.4-autotoolize.patch
+++ b/SOURCES/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/"
diff --git a/SPECS/lua.spec b/SPECS/lua.spec
index 1225613..cbd52aa 100644
--- a/SPECS/lua.spec
+++ b/SPECS/lua.spec
@@ -1,6 +1,6 @@
 Name:           lua
 Version:        5.1.4
-Release:        14%{?dist}
+Release:        15%{?dist}
 Summary:        Powerful light-weight programming language
 Group:          Development/Languages
 License:        MIT
@@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.a
 
 %changelog
+* Wed Nov 25 2015 Yaakov Selkowitz <yselkowi@redhat.com> - 5.1.4-15
+- Also use lib64 instead of lib on aarch64 (#1283705)
+
 * Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 5.1.4-14
 - Mass rebuild 2014-01-24