All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/lsof
@ 2007-10-21 12:02 vanokuten at uclibc.org
  2007-10-22  9:53 ` [Buildroot] Can not build toolchain for arm Kim Strøger
  0 siblings, 1 reply; 6+ messages in thread
From: vanokuten at uclibc.org @ 2007-10-21 12:02 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-10-24 11:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-21 12:02 [Buildroot] svn commit: trunk/buildroot/package/lsof vanokuten at uclibc.org
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

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.