#19074: rpcd compilation error
--------------------------------+----------------------------------
  Reporter:  Damian Kaczkowski  |      Owner:  developers
      Type:  defect             |     Status:  new
  Priority:  normal             |  Milestone:  Chaos Calmer (trunk)
 Component:  packages           |    Version:  Trunk
Resolution:                     |   Keywords:
--------------------------------+----------------------------------

Comment (by jow):

 Well, it fixed the original issue in CMake, but now it fails to link
 because your external toolchain's libc does not include crypt() in libc,
 but likely in libcrypt which is not discovered by CMake for unknown
 reasons.

 You need to find out why cmake does not find libcrypt of your external
 toolchain - thats the root cause.

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