All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Laird <daniel.j.laird@nxp.com>
To: buildroot@busybox.net
Subject: [Buildroot]  Unnecessary redefining of PKG_CONFIG_*
Date: Mon, 20 Oct 2008 01:05:38 -0700 (PDT)	[thread overview]
Message-ID: <20064991.post@talk.nabble.com> (raw)


I have done a quick search in the package subdir and found that PKG_CONFIG_
variables are being redefined in a number of packages:

package/java/classpath/classpath.mk:		--disable-debug
PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \
package/java/jamvm/jamvm.mk:		--disable-debug
PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \
package/gqview/gqview.mk:GQVIEW_CONF_OPT =
PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig
package/audio/libogg/libogg.mk:	
PKG_CONFIG_PATH="$(STAGING_DIR)/lib/pkconfig:$(STAGING_DIR)/usr/lib/pkgconfig"
\
package/audio/libogg/libogg.mk:		PKG_CONFIG_SYSROOT=$(STAGING_DIR) \
package/audio/libvorbis/libvorbis.mk:	
PKG_CONFIG_PATH="$(STAGING_DIR)/lib/pkconfig:$(STAGING_DIR)/usr/lib/pkgconfig"
\
package/audio/libvorbis/libvorbis.mk:		PKG_CONFIG_SYSROOT=$(STAGING_DIR) \
package/midori/midori.mk:		PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig
package/pango/pango.mk:		ac_use_included_regex=no gl_cv_c_restrict=no
PKG_CONFIG_SYSROOT="$(STAGING_DIR)" \
package/pango/pango.mk:		--enable-explicit-deps=no --disable-debug
PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig"
package/matchbox/matchbox.mk:	CFLAGS="$(TARGET_CFLAGS)
-I$(STAGING_DIR)/usr/include"
PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \
package/docker/docker.mk:					PKG_CONFIG_SYSROOT="$(STAGING_DIR)" \
package/docker/docker.mk:				
PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig"
package/sylpheed/sylpheed.mk:SYLPHEED_CONF_ENV =
PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig
package/editors/vim/vim.mk:		PKG_CONFIG_SYSROOT="$(STAGING_DIR)" \
package/editors/vim/vim.mk:	
PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig:$(PKG_CONFIG_PATH)" \
package/editors/vim/vim.mk:		PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 \
package/editors/vim/vim.mk:		PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 \
package/pcmanfm/pcmanfm.mk:PCMANFM_CONF_ENV =
PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig

Anyone know why? I think we should clean this up and one against this?  
I am happy to do pango as I build this on a regular basis however the other
packages I could do and wait for feedback......
Any opinions?
Daniel Laird
-- 
View this message in context: http://www.nabble.com/Unnecessary-redefining-of-PKG_CONFIG_*-tp20064991p20064991.html
Sent from the BuildRoot mailing list archive at Nabble.com.

                 reply	other threads:[~2008-10-20  8:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20064991.post@talk.nabble.com \
    --to=daniel.j.laird@nxp.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.