#18957: build trunk fails with awk: calling undefined function asort
-----------------------+------------------------
  Reporter:  unki@…    |      Owner:  developers
      Type:  defect    |     Status:  new
  Priority:  normal    |  Milestone:
 Component:  packages  |    Version:  Trunk
Resolution:            |   Keywords:
-----------------------+------------------------

Comment (by jow):

 Please try the following change without any other workarounds:

 {{{#!diff
 diff --git a/include/host.mk b/include/host.mk
 index 4ca8140..ab50879 100644
 --- a/include/host.mk
 +++ b/include/host.mk
 @@ -5,6 +5,8 @@
  # See /LICENSE for more information.
  #

 +export PATH:=$(TOPDIR)/staging_dir/host/bin:$(PATH)
 +
  TMP_DIR ?= $(TOPDIR)/tmp
  ifeq ($(if $(TARGET_BUILD),,$(DUMP)),)
    -include $(TMP_DIR)/.host.mk
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/18957#comment:2>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to