All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/3] leveldb: install memenv static library and header
Date: Mon, 3 Sep 2018 10:43:38 +0200	[thread overview]
Message-ID: <20180903104338.54d7b1d5@windsurf> (raw)
In-Reply-To: <20180903072528.15744-2-gael.portay@savoirfairelinux.com>

Hello,

On Mon,  3 Sep 2018 03:25:26 -0400, Ga?l PORTAY wrote:

> +ifdef BR2_PACKAGE_LEVELDB_MEMENV

Too much vacations here! :-) You have forgotten how Buildroot does this
normally:

ifeq ($(BR2_PACKAGE_LEVELDB_MEMENV),y)

> +define LEVELDB_INSTALL_MEMENV
> +	$(INSTALL) -m 0644 $(@D)/out-static/libmemenv.a $(STAGING_DIR)/usr/lib

-D option and full destination path please.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  reply	other threads:[~2018-09-03  8:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-03  7:25 [Buildroot] [PATCH v2 0/3] qt5webkit: fix build issue using system leveldb Gaël PORTAY
2018-09-03  7:25 ` [Buildroot] [PATCH v2 1/3] leveldb: install memenv static library and header Gaël PORTAY
2018-09-03  8:43   ` Thomas Petazzoni [this message]
2018-09-03  9:02     ` Gaël PORTAY
2018-09-03  7:25 ` [Buildroot] [PATCH v2 2/3] leveldb: generate pic for static libraries Gaël PORTAY
2018-09-03  7:25 ` [Buildroot] [PATCH v2 3/3] qt5webkit: select leveldb package and memenv Gaël PORTAY

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=20180903104338.54d7b1d5@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.