Jari,

On Fri, May 04, 2007 at 04:16:04PM -0400, Jari Takkala wrote:
> I'm not sure where I encountered the PKG_CONFIG problem since it was a
> few days ago and I've made many changes since then. I think it may
> have been with one of my own packets, possibly with a newer version of
> syslog-ng that I am using. I do know that without the patch it is
> expanding like this for me:
> PKG_CONFIG=""/home/jtakkala/appliance/trunk/ptxdist/appliance/local"-cross"/bin/i686-unknown-linux-gnu-pkg-config

Could you try if this version works for you:

Index: rules/pre/Rules.make
===================================================================
--- rules/pre/Rules.make        (revision 7153)
+++ rules/pre/Rules.make        (working copy)
@@ -226,7 +226,7 @@
 
 CROSS_ENV_PKG_CONFIG := \
        SYSROOT=$(SYSROOT) \
-       PKG_CONFIG=$(PTXCONF_CROSS_PREFIX)/bin/$(COMPILER_PREFIX)pkg-config
+       PKG_CONFIG="$(call 
remove_quotes,$(PTXCONF_CROSS_PREFIX)/bin/$(COMPILER_PREFIX)pkg-config)"
 
 CROSS_ENV_FLAGS := \
        $(CROSS_ENV_CFLAGS) \

Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to