#18438: trunk rev 43421, package minicom breaks build with compile error
-------------------------+----------------------------------
  Reporter:  mgondium@…  |      Owner:  developers
      Type:  defect      |     Status:  new
  Priority:  normal      |  Milestone:  Chaos Calmer (trunk)
 Component:  packages    |    Version:  Trunk
Resolution:              |   Keywords:
-------------------------+----------------------------------

Comment (by Saurus):

 I observe the same error in r43929.

 A fix for this issue is to add the respective dependencies in
 package/feeds/packages/minicom/Makefile:


 {{{
 define Package/minicom
   SECTION:=utils
   CATEGORY:=Utilities
   DEPENDS:=+libncurses libiconv gettext
                        ^^^^^^^^^^^^^^^^ these need to be added
   TITLE:=Terminal emulation program
   URL:=http://alioth.debian.org/projects/minicom/
   SUBMENU:=Terminal
 endef

--
Ticket URL: <https://dev.openwrt.org/ticket/18438#comment:3>
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