Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] lzo: add $(DISABLE_LARGEFILE) to configure options
@ 2008-11-13 19:07 Markus Heidelberg
  2008-11-14 13:32 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Heidelberg @ 2008-11-13 19:07 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
---
 package/lzo/lzo.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/lzo/lzo.mk b/package/lzo/lzo.mk
index c43dc58..7883506 100644
--- a/package/lzo/lzo.mk
+++ b/package/lzo/lzo.mk
@@ -11,7 +11,7 @@ LZO_INSTALL_STAGING = YES
 LZO_INSTALL_TARGET = YES
 LZO_INSTALL_STAGING_OPT = CC="$(TARGET_CC)" DESTDIR=$(STAGING_DIR) install
 LZO_CONF_ENV =
-LZO_CONF_OPT =
+LZO_CONF_OPT = $(DISABLE_LARGEFILE)
 LZO_DEPENDENCIES = uclibc
 
 $(eval $(call AUTOTARGETS,package,lzo))
-- 
1.6.0.4.620.g87fa

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

* [Buildroot] [PATCH] lzo: add $(DISABLE_LARGEFILE) to configure options
  2008-11-13 19:07 [Buildroot] [PATCH] lzo: add $(DISABLE_LARGEFILE) to configure options Markus Heidelberg
@ 2008-11-14 13:32 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2008-11-14 13:32 UTC (permalink / raw)
  To: buildroot

>>>>> "Markus" == Markus Heidelberg <markus.heidelberg@web.de> writes:

 Markus> Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>

Thanks, committed.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2008-11-14 13:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-13 19:07 [Buildroot] [PATCH] lzo: add $(DISABLE_LARGEFILE) to configure options Markus Heidelberg
2008-11-14 13:32 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox