summaryrefslogtreecommitdiffstats
path: root/package/sed
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-11-03 08:21:47 +0000
committerEric Andersen <andersen@codepoet.org>2006-11-03 08:21:47 +0000
commit86d9fd0a37f45611b3f9b1ac429387c5e7ad0ac3 (patch)
tree1460951e0d2bef435c409d7809cdb003e801f3fc /package/sed
parent80a224bea1bd7727ec6089989c36859e77f71d36 (diff)
downloadbuildroot-novena-86d9fd0a37f45611b3f9b1ac429387c5e7ad0ac3.tar.gz
buildroot-novena-86d9fd0a37f45611b3f9b1ac429387c5e7ad0ac3.zip
fix use of BUILD_WITH_LARGEFILE to properly
refer to BR2_LARGEFILE
Diffstat (limited to 'package/sed')
-rw-r--r--package/sed/sed.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sed/sed.mk b/package/sed/sed.mk
index c6538d85e..1c98ab13f 100644
--- a/package/sed/sed.mk
+++ b/package/sed/sed.mk
@@ -11,7 +11,7 @@ SED_DIR1:=$(TOOL_BUILD_DIR)/sed-$(SED_VER)
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)