mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
new version of sed
This commit is contained in:
parent
f31e65d886
commit
b8cbb9e0c5
@ -3,11 +3,12 @@
|
|||||||
# sed
|
# sed
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
SED_SOURCE:=sed-4.0.8.tar.gz
|
SED_VER:=4.1.2
|
||||||
|
SED_SOURCE:=sed-$(SED_VER).tar.gz
|
||||||
SED_SITE:=ftp://ftp.gnu.org/gnu/sed
|
SED_SITE:=ftp://ftp.gnu.org/gnu/sed
|
||||||
SED_CAT:=zcat
|
SED_CAT:=zcat
|
||||||
SED_DIR1:=$(TOOL_BUILD_DIR)/sed-4.0.8
|
SED_DIR1:=$(TOOL_BUILD_DIR)/sed-$(SED_VER)
|
||||||
SED_DIR2:=$(BUILD_DIR)/sed-4.0.8
|
SED_DIR2:=$(BUILD_DIR)/sed-$(SED_VER)
|
||||||
SED_BINARY:=sed/sed
|
SED_BINARY:=sed/sed
|
||||||
SED_TARGET_BINARY:=bin/sed
|
SED_TARGET_BINARY:=bin/sed
|
||||||
ifeq ($(strip $(BUILD_WITH_LARGEFILE)),true)
|
ifeq ($(strip $(BUILD_WITH_LARGEFILE)),true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user