From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 02/10] libcurl: fix up prefix in curl-config
Date: Mon, 11 Jun 2012 22:36:01 +0200 [thread overview]
Message-ID: <87sje1egcu.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <9f69097a418b6d560a5b36463bdf6f02dd8c9c90.1338653505.git.thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Sat, 2 Jun 2012 18:13:52 +0200")
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> While most packages that rely on libcurl use pkg-config, a few
Thomas> packages (such as libxmlrpc) still use curl-config. So we need to fix
Thomas> up the prefix locations in the curl-config script installed in
Thomas> STAGING_DIR.
Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas> ---
Thomas> package/libcurl/libcurl.mk | 6 ++++++
Thomas> 1 file changed, 6 insertions(+)
Thomas> diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
Thomas> index e8f13bb..e43ff0f 100644
Thomas> --- a/package/libcurl/libcurl.mk
Thomas> +++ b/package/libcurl/libcurl.mk
Thomas> @@ -30,6 +30,12 @@ endef
Thomas> LIBCURL_POST_INSTALL_TARGET_HOOKS += LIBCURL_TARGET_CLEANUP
Thomas> +define LIBCURL_STAGING_FIXUP_CURL_CONFIG
Thomas> + $(SED) "s,prefix=,prefix=$(STAGING_DIR)," $(STAGING_DIR)/usr/bin/curl-config
For the other -config scripts we only replace if we match prefix=/usr to
ensure things don't get screwed up if this step is ever ran more than
once, so I fixed that - Committed, thanks.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2012-06-11 20:36 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-02 16:13 [Buildroot] [pull request] Pull request for branch for-2012.08/new-packages Thomas Petazzoni
2012-06-02 16:13 ` [Buildroot] [PATCH 01/10] monit: new package Thomas Petazzoni
2012-06-11 20:31 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 02/10] libcurl: fix up prefix in curl-config Thomas Petazzoni
2012-06-11 20:36 ` Peter Korsgaard [this message]
2012-06-02 16:13 ` [Buildroot] [PATCH 03/10] libxmlrpc: new package Thomas Petazzoni
2012-06-04 23:58 ` Arnout Vandecappelle
2013-10-09 9:46 ` [Buildroot] [PATCH] " Alvaro G. M
2013-10-09 11:43 ` Thomas Petazzoni
2013-10-09 12:08 ` Alvaro Gamez
2013-10-09 12:16 ` Alvaro G. M
2013-10-09 13:09 ` Thomas De Schampheleire
2013-10-09 13:21 ` Alvaro Gamez
2013-10-09 13:46 ` Thomas De Schampheleire
2013-10-09 13:57 ` Alvaro Gamez
2013-10-09 13:58 ` Alvaro G. M
2013-10-09 14:09 ` Baruch Siach
2013-10-09 14:19 ` Alvaro G. M
2014-03-03 21:58 ` Thomas Petazzoni
2013-10-10 6:49 ` Arnout Vandecappelle
2013-10-10 7:47 ` Alvaro Gamez
[not found] ` <4FCD4B6D.3080506@mind.be>
2012-06-05 21:26 ` [Buildroot] [PATCH 03/10] " Thomas Petazzoni
2013-01-12 20:17 ` Peter Korsgaard
2013-01-13 14:08 ` Thomas Petazzoni
2013-01-13 16:10 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 04/10] llrp-toolkit: " Thomas Petazzoni
2012-06-02 16:13 ` [Buildroot] [PATCH 05/10] qextserialport: " Thomas Petazzoni
2012-11-03 18:18 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 06/10] pciutils: install headers and libraries in STAGING_DIR Thomas Petazzoni
2012-06-11 20:43 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 07/10] dmidecode: new package Thomas Petazzoni
2012-06-11 20:44 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 08/10] flashrom: " Thomas Petazzoni
2012-06-11 20:48 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 09/10] qt: make $(HOST_DIR)/usr/mkspecs a symlink to $(STAGING_DIR)/usr/mkspecs Thomas Petazzoni
2012-06-11 20:50 ` Peter Korsgaard
2012-06-02 16:14 ` [Buildroot] [PATCH 10/10] libqwt: new package Thomas Petazzoni
2012-09-10 9:06 ` Yegor Yefremov
2013-01-13 21:45 ` Peter Korsgaard
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=87sje1egcu.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.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 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.