From ac93f1c5c4672fb30fc6ca53569277e78fe4f09b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 10 Oct 2013 12:02:43 +0200 Subject: [PATCH] luafilesystem: cross build support. --- srcpkgs/luafilesystem/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/luafilesystem/template b/srcpkgs/luafilesystem/template index d7cd47cfdf7..e7fb22d75b7 100644 --- a/srcpkgs/luafilesystem/template +++ b/srcpkgs/luafilesystem/template @@ -17,7 +17,7 @@ long_desc=" structure and file attributes." do_build() { - make ${makejobs} CC="$CC" LUA_INC=/usr/include/lua5.1 + make ${makejobs} CC="$CC" LUA_INC=${XBPS_CROSS_BASE}/usr/include/lua5.1 } do_install() {