All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Bender <codehero@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/3] use TARGET_CONFIGURE_OPTS instead of homegrown ENV
Date: Thu, 22 Jan 2015 14:11:44 -0500	[thread overview]
Message-ID: <1421953904-9156-3-git-send-email-codehero@gmail.com> (raw)
In-Reply-To: <1421953904-9156-1-git-send-email-codehero@gmail.com>


Signed-off-by: David Bender <codehero@gmail.com>
---
 package/cgic/cgic.mk |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/package/cgic/cgic.mk b/package/cgic/cgic.mk
index 378e1cd..a575a16 100644
--- a/package/cgic/cgic.mk
+++ b/package/cgic/cgic.mk
@@ -9,14 +9,11 @@ CGIC_SOURCE = cgic206.tar.gz
 CGIC_SITE = http://boutell.com/cgic
 CGIC_LICENSE = Custom
 CGIC_LICENSE_FILES = license.txt
-
-CGIC_ENV = AR=$(TARGET_CROSS)ar \
-	CC=$(TARGET_CROSS)gcc \
-	RANLIB=$(TARGET_CROSS)ranlib
+CGIC_INSTALL_STAGING = YES
 
 define CGIC_BUILD_CMDS
 	(cd $(@D); \
-		$(CGIC_ENV) \
+		$(TARGET_CONFIGURE_OPTS) \
 		make libcgic.a \
 		)
 endef
-- 
1.7.8.6

  parent reply	other threads:[~2015-01-22 19:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-16 16:23 [Buildroot] [PATCH 1/1] cgic: new package David Bender
2015-01-17 19:21 ` Baruch Siach
2015-01-22 19:11   ` [Buildroot] [PATCH 1/3] " David Bender
2015-01-22 19:11     ` [Buildroot] [PATCH 2/3] Restore cgiFormFileGetTempfileName and make creation permissions more secure David Bender
2015-01-25 15:53       ` Yann E. MORIN
2015-01-22 19:11     ` David Bender [this message]
2015-01-22 21:32       ` [Buildroot] [PATCH 3/3] use TARGET_CONFIGURE_OPTS instead of homegrown ENV Danomi Manchego
2015-01-22 21:51         ` Yann E. MORIN
2015-01-22 21:25     ` [Buildroot] [PATCH 1/3] cgic: new package Danomi Manchego
2015-01-25 14:53     ` Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1421953904-9156-3-git-send-email-codehero@gmail.com \
    --to=codehero@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.