Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: buildroot@busybox.net
Subject: [Buildroot] host-ncurses: cannot find -lstdc++
Date: Mon, 13 Dec 2010 08:32:59 -0500	[thread overview]
Message-ID: <201012130833.01542.vapier@gentoo.org> (raw)
In-Reply-To: <1292244531.6496.9.camel@dubciaranr0.verifone.com>

On Monday, December 13, 2010 07:48:51 Quotient Remainder wrote:
> --- a/package/ncurses/ncurses.mk
> +++ b/package/ncurses/ncurses.mk
>  define NCURSES_BUILD_CMDS
> -       $(MAKE1) -C $(@D) DESTDIR=$(STAGING_DIR)
> +       PATH=$(HOST_DIR)/usr/bin:$(PATH) $(MAKE1) -C $(@D)
> DESTDIR=$(STAGING_DIR)

there's already a HOST_PATH for you to leverage

> +define HOST_NCURSES_PATCH_NCURSES_CONFIG
> +       $(SED) 's^prefix="^prefix="$(HOST_DIR)^' \
> +               $(HOST_DIR)/usr/bin/ncurses5-config
> +endef

doesnt package/Makefile.autotools.in already set prefix to the host dir ?  so 
is this really necessary ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101213/f47df52b/attachment.pgp>

      reply	other threads:[~2010-12-13 13:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-10 17:44 [Buildroot] host-ncurses: cannot find -lstdc++ Quotient Remainder
2010-12-10 18:29 ` Mike Frysinger
2010-12-13 12:48   ` Quotient Remainder
2010-12-13 13:32     ` Mike Frysinger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201012130833.01542.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox