[Buildroot] BUG: ncftpbookmarks fails when building ncftp utils.

Jorge S. jorgesolla at gmail.com
Mon Oct 29 15:19:50 UTC 2007


Hi All,

Ncftp package fails if you've  selected "utils".

It fails while trying to make the "install -m 0755 <path>/ncftpbookmarks"
after compiling.

Since i don't need ncftpbookmarks, i solved this changing this in ncftp.mk:

ORIGINAL:

ifeq ($(strip $(BR2_PACKAGE_NCFTP_UTILS)),y)
NCFTP_TARGET_BINS+=ncftpbatch ncftpbookmarks ncftpget ncftpls ncftpput
endif


MODIFIED (simply removed ncftpbookmarks):

ifeq ($(strip $(BR2_PACKAGE_NCFTP_UTILS)),y)
NCFTP_TARGET_BINS+=ncftpbatch ncftpget ncftpls ncftpput
endif


It works fine now.

I can submit a patch if someone interested.


Regards,

Jorge.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20071029/e83d3356/attachment.html>


More information about the buildroot mailing list