From: Markus Heidelberg <markus.heidelberg@web.de>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package: audio/libogg audio/libvorbis docker edit etc...
Date: Sun, 26 Oct 2008 14:57:01 +0200 [thread overview]
Message-ID: <200810261357.02012.markus.heidelberg@web.de> (raw)
In-Reply-To: <20081026061944.0F6DE3C2B3@busybox.net>
jacmet at uclibc.org, 26.10.2008:
> Author: jacmet
> Date: 2008-10-25 23:19:43 -0700 (Sat, 25 Oct 2008)
> New Revision: 23794
>
> Log:
> package: cleanup PKG_CONFIG_SYSROOT
>
> PKG_CONFIG_SYSROOT_DIR and friends get set in package/Makefile.in,
> so there's no need to set it in the makefiles of the individual
> packages as well.
>
> Based on a patch by Markus Heidelberg.
>
> Modified:
> trunk/buildroot/package/audio/libogg/libogg.mk
> trunk/buildroot/package/audio/libvorbis/libvorbis.mk
> trunk/buildroot/package/docker/docker.mk
> trunk/buildroot/package/editors/vim/vim.mk
>
>
> Changeset:
> Modified: trunk/buildroot/package/editors/vim/vim.mk
> ===================================================================
> --- trunk/buildroot/package/editors/vim/vim.mk 2008-10-26 06:03:23 UTC (rev 23793)
> +++ trunk/buildroot/package/editors/vim/vim.mk 2008-10-26 06:19:43 UTC (rev 23794)
> @@ -36,14 +36,8 @@
>
> $(VIM_DIR)/.configured: $(VIM_DIR)/.patched
> (cd $(VIM_DIR)/src; \
> - PATH=$(TARGET_PATH) \
> - CC="$(TARGET_CC)" \
> - CPP="$(TARGET_CPP)" \
This lets configure abort at the compiler check, patch below.
> CFLAGS="$(TARGET_CFLAGS)" \
> STRIP="$(TARGET_STRIP)" \
> - PKG_CONFIG_SYSROOT="$(STAGING_DIR)" \
> - PKG_CONFIG="$(STAGING_DIR)/usr/bin/pkg-config" \
> - PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig:$(PKG_CONFIG_PATH)" \
> PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 \
> PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 \
> $(TARGET_CONFIGURE_ARGS) \
---
package/editors/vim/vim.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/package/editors/vim/vim.mk b/package/editors/vim/vim.mk
index a9d79ed..826e3c7 100644
--- a/package/editors/vim/vim.mk
+++ b/package/editors/vim/vim.mk
@@ -36,11 +36,12 @@ $(VIM_DIR)/.patched: $(VIM_DIR)/.unpacked
$(VIM_DIR)/.configured: $(VIM_DIR)/.patched
(cd $(VIM_DIR)/src; \
+ $(TARGET_CONFIGURE_OPTS) \
+ $(TARGET_CONFIGURE_ARGS) \
CFLAGS="$(TARGET_CFLAGS)" \
STRIP="$(TARGET_STRIP)" \
PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 \
PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 \
- $(TARGET_CONFIGURE_ARGS) \
./configure --prefix=/usr \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
--
1.5.6.4
next prev parent reply other threads:[~2008-10-26 12:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-26 6:19 [Buildroot] svn commit: trunk/buildroot/package: audio/libogg audio/libvorbis docker edit etc jacmet at uclibc.org
2008-10-26 12:57 ` Markus Heidelberg [this message]
2008-10-26 12:13 ` Peter Korsgaard
2008-10-26 13:37 ` Markus Heidelberg
2008-10-26 18:10 ` Markus Heidelberg
2008-10-26 19:30 ` Peter Korsgaard
2008-10-27 6:59 ` Markus Heidelberg
2008-10-27 9:12 ` 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=200810261357.02012.markus.heidelberg@web.de \
--to=markus.heidelberg@web.de \
--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.