From: vanokuten at uclibc.org <vanokuten@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/lsof
Date: Sun, 21 Oct 2007 05:02:18 -0700 (PDT) [thread overview]
Message-ID: <20071021120218.1C89BA4A39@busybox.net> (raw)
Author: vanokuten
Date: 2007-10-21 05:02:16 -0700 (Sun, 21 Oct 2007)
New Revision: 20310
Log:
make lsof configure with target includes, thanks to marcg
Modified:
trunk/buildroot/package/lsof/lsof.mk
Changeset:
Modified: trunk/buildroot/package/lsof/lsof.mk
===================================================================
--- trunk/buildroot/package/lsof/lsof.mk 2007-10-20 19:20:22 UTC (rev 20309)
+++ trunk/buildroot/package/lsof/lsof.mk 2007-10-21 12:02:16 UTC (rev 20310)
@@ -10,6 +10,7 @@
LSOF_DIR:=$(BUILD_DIR)/lsof_$(LSOF_VERSION)
LSOF_BINARY:=lsof
LSOF_TARGET_BINARY:=bin/lsof
+LSOF_INCLUDE:=$(STAGING_DIR)/usr/include
BR2_LSOF_CFLAGS:=
ifeq ($(BR2_LARGEFILE),)
@@ -33,7 +34,7 @@
touch $(LSOF_DIR)/.unpacked
$(LSOF_DIR)/.configured: $(LSOF_DIR)/.unpacked
- (cd $(LSOF_DIR)/lsof_$(LSOF_VERSION)_src; echo n | $(TARGET_CONFIGURE_OPTS) DEBUG="$(TARGET_CFLAGS) $(BR2_LSOF_CFLAGS)" ./Configure linux)
+ (cd $(LSOF_DIR)/lsof_$(LSOF_VERSION)_src; echo n | $(TARGET_CONFIGURE_OPTS) DEBUG="$(TARGET_CFLAGS) $(BR2_LSOF_CFLAGS)" LSOF_INCLUDE="$(LSOF_INCLUDE)" ./Configure linux)
touch $(LSOF_DIR)/.configured
$(LSOF_DIR)/lsof_$(LSOF_VERSION)_src/$(LSOF_BINARY): $(LSOF_DIR)/.configured
next reply other threads:[~2007-10-21 12:02 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-21 12:02 vanokuten at uclibc.org [this message]
2007-10-22 9:53 ` [Buildroot] Can not build toolchain for arm Kim Strøger
2007-10-22 12:01 ` Kuten Ivan
2007-10-22 10:12 ` Kim Strøger
2007-10-22 13:27 ` Hamish Moffatt
2007-10-24 11:18 ` [Buildroot] Can not build toolchain for arm or armed Kim Strøger
-- strict thread matches above, loose matches on Subject: below --
2008-10-23 18:54 [Buildroot] svn commit: trunk/buildroot/package/lsof jacmet at uclibc.org
2008-06-16 12:29 jacmet at uclibc.org
2007-05-15 11:23 aldot at uclibc.org
2006-12-13 23:08 aldot at uclibc.org
2006-11-29 12:59 aldot at uclibc.org
2006-10-02 18:40 andersen at uclibc.org
2006-10-03 8:40 ` Bernhard Fischer
2006-10-03 18:41 ` Erik Andersen
2006-08-25 2:13 andersen at uclibc.org
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=20071021120218.1C89BA4A39@busybox.net \
--to=vanokuten@uclibc.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox