From 3287c402824d5e0b87bc5fffddb956bfefd9ae06 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 30 Jun 2008 09:26:48 +0000 Subject: [PATCH] [lua] fixed to compile by tweaking $AR --- lua/lua/lua.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/lua/lua.conf b/lua/lua/lua.conf index f008366e7..91c83c89f 100644 --- a/lua/lua/lua.conf +++ b/lua/lua/lua.conf @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../lua/lua.conf +# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -17,6 +18,9 @@ # inherit variables like myCFLAGS, myLIBS . $base/package/*/*/lua-conf.in +# AR=ar rcu +export AR="$AR rcu" + # adjust installation path var_append makeopt ' ' "INSTALL_TOP=$root/$prefix" var_append makeinstopt ' ' "INSTALL_TOP=$root/$prefix"