From: andersen at uclibc.org <andersen@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/sed
Date: Fri, 3 Nov 2006 00:21:48 -0800 (PST) [thread overview]
Message-ID: <20061103082148.23220485AB@busybox.net> (raw)
Author: andersen
Date: 2006-11-03 00:21:47 -0800 (Fri, 03 Nov 2006)
New Revision: 16491
Log:
fix use of BUILD_WITH_LARGEFILE to properly
refer to BR2_LARGEFILE
Modified:
trunk/buildroot/package/sed/sed.mk
Changeset:
Modified: trunk/buildroot/package/sed/sed.mk
===================================================================
--- trunk/buildroot/package/sed/sed.mk 2006-11-02 22:09:37 UTC (rev 16490)
+++ trunk/buildroot/package/sed/sed.mk 2006-11-03 08:21:47 UTC (rev 16491)
@@ -11,7 +11,7 @@
SED_DIR2:=$(BUILD_DIR)/sed-$(SED_VER)
SED_BINARY:=sed/sed
SED_TARGET_BINARY:=bin/sed
-ifeq ($(strip $(BUILD_WITH_LARGEFILE)),true)
+ifeq ($(strip $(BR2_LARGEFILE)),y)
SED_CPPFLAGS=-D_FILE_OFFSET_BITS=64
endif
#HOST_SED_DIR:=$(STAGING_DIR)
next reply other threads:[~2006-11-03 8:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-03 8:21 andersen at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-03-09 8:36 [Buildroot] svn commit: trunk/buildroot/package/sed aldot at uclibc.org
2007-07-17 12:12 ulf at uclibc.org
2007-08-12 18:14 ulf at uclibc.org
2007-08-21 19:13 aldot at uclibc.org
2007-08-21 19:35 aldot at uclibc.org
2008-03-06 18:24 ninevoltz at uclibc.org
2008-08-04 19:04 jacmet 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=20061103082148.23220485AB@busybox.net \
--to=andersen@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