You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
ed: bump to version 1.5
* Bump to version 1.5 * Really configure right (or wrong depending on perspective) since we weren't building ed for the target it was completely broken. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
748eb04a40
commit
8960ecf5a2
+5
-3
@@ -3,8 +3,10 @@
|
||||
# ed
|
||||
#
|
||||
#############################################################
|
||||
ED_VERSION:=1.1
|
||||
ED_SOURCE:=ed-$(ED_VERSION).tar.bz2
|
||||
ED_SITE:=$(BR2_GNU_MIRROR)/ed/
|
||||
|
||||
ED_VERSION = 1.5
|
||||
ED_SITE = $(BR2_GNU_MIRROR)/ed
|
||||
ED_CONF_OPT = CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS)"
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,ed))
|
||||
|
||||
Reference in New Issue
Block a user