All of lore.kernel.org
 help / color / mirror / Atom feed
From: Phil Blundell <philb@gnu.org>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] openssl: Move libcrypto to base_libdir
Date: Thu, 09 Feb 2012 18:33:43 +0000	[thread overview]
Message-ID: <1328812424.14363.74.camel@phil-desktop> (raw)
In-Reply-To: <1328812244-32105-1-git-send-email-andrei@gherzan.ro>

On Thu, 2012-02-09 at 20:30 +0200, Andrei Gherzan wrote:
> +	# Moving libcrypto to /usr
> +	mkdir -p ${D}/${base_libdir}/
> +	mv ${D}${libdir}/libcrypto* ${D}${base_libdir}/

That looks like it will fail if ${libdir} and ${base_libdir} are the
same.

> +	sed -i s/usr// ${D}/${libdir}/pkgconfig/libcrypto.pc

Also, this seems like it might fail if ${prefix} was set to something
other than "/usr".  

Do you really want to put the development files in ${base_libdir}
anyway?  I would have thought that even the most enthusiastic proponents
of a standalone / would not expect to be able to use the compiler
without /usr mounted.

p.





  reply	other threads:[~2012-02-09 18:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-09 18:30 [PATCH] openssl: Move libcrypto to base_libdir Andrei Gherzan
2012-02-09 18:33 ` Phil Blundell [this message]
2012-02-09 19:54   ` Khem Raj
2012-02-10 13:37     ` Phil Blundell
2012-02-09 18:34 ` Saul Wold
  -- strict thread matches above, loose matches on Subject: below --
2012-02-10 16:01 Andrei Gherzan
2012-02-21 22:24 ` Saul Wold
2012-02-21 22:40   ` Phil Blundell
2012-02-21 22:53     ` Andrei Gherzan

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=1328812424.14363.74.camel@phil-desktop \
    --to=philb@gnu.org \
    --cc=openembedded-core@lists.openembedded.org \
    /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.