From patchwork Wed Aug 14 08:35:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 266985 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id C43B72C0162 for ; Wed, 14 Aug 2013 18:36:20 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 990F2DE0C; Wed, 14 Aug 2013 08:36:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H4Z8OMQsqVSQ; Wed, 14 Aug 2013 08:36:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 437139ADCA; Wed, 14 Aug 2013 08:36:17 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 754431BFA2E for ; Wed, 14 Aug 2013 08:36:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 46F878F7D6 for ; Wed, 14 Aug 2013 08:36:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EHFqnTD1S8Il for ; Wed, 14 Aug 2013 08:36:15 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by whitealder.osuosl.org (Postfix) with ESMTPS id 82B068F7C5 for ; Wed, 14 Aug 2013 08:36:15 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id j17so1636337wiw.11 for ; Wed, 14 Aug 2013 01:36:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Vzjmn5Z8yO6u6xxWrVIapMMf5M65kOLGwDCnOc7Rx54=; b=nI8zamC2U/En+HaRuaPVKKAuF66Og1iR8cCQBZZkJ1hT4J3IMAQ1NtuqjemOozsu4D 2UOOfVmUBJ0jodc2lixFLZ6d6zDkrjNIlFQc+y5TQSGsPGo1u2BJEt05WJmHCuJZUka9 Emms84w4/RpahMvXZ179lP5Fqg0CLZ6mQNV3Vt5mz6v+PkdPkBFcqzxHjxTHUCj5quQP AD3vOpWYaoOO3id74k16LEiKycYTe0UxVXIfitdmKDweDH0a14rrHbk01S+iQprSQGbT 1+8aBLhKxcouyRpYTSFpx4DlWa/vyQAOJHHtEwiN44a5uLTnc38f/fh69q4xErpQgo9N Kr1w== X-Received: by 10.180.183.19 with SMTP id ei19mr1153791wic.10.1376469373677; Wed, 14 Aug 2013 01:36:13 -0700 (PDT) Received: from localhost.localdomain (252.6.83.79.rev.sfr.net. [79.83.6.252]) by mx.google.com with ESMTPSA id a4sm1392491wik.11.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 14 Aug 2013 01:36:12 -0700 (PDT) From: Francois Perrad To: buildroot@busybox.net Date: Wed, 14 Aug 2013 10:35:24 +0200 Message-Id: <1376469325-3707-2-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1376469325-3707-1-git-send-email-francois.perrad@gadz.org> References: <1376469325-3707-1-git-send-email-francois.perrad@gadz.org> Subject: [Buildroot] [v4 2/2] luajit: allow to build Lua extensions without lua X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Francois Perrad --- package/luajit/luajit-05-install-inc.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package/luajit/luajit-05-install-inc.patch diff --git a/package/luajit/luajit-05-install-inc.patch b/package/luajit/luajit-05-install-inc.patch new file mode 100644 index 0000000..1fd11b1 --- /dev/null +++ b/package/luajit/luajit-05-install-inc.patch @@ -0,0 +1,17 @@ +Install includes like lua's ones + +Signed-off-by: Francois Perrad + +Index: b/Makefile +=================================================================== +--- a/Makefile ++++ b/Makefile +@@ -31,7 +31,7 @@ DPREFIX= $(DESTDIR)$(PREFIX) + INSTALL_BIN= $(DPREFIX)/bin + INSTALL_LIB= $(DPREFIX)/lib + INSTALL_SHARE= $(DPREFIX)/share +-INSTALL_INC= $(DPREFIX)/include/luajit-$(MAJVER).$(MINVER) ++INSTALL_INC= $(DPREFIX)/include + + INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit-$(VERSION) + INSTALL_JITLIB= $(INSTALL_LJLIBD)/jit