Graphic Links patch

Stefan Sperling stsp at stsp.name
Sun Apr 15 17:54:40 CEST 2007


On Sun, Apr 15, 2007 at 05:47:48PM +0200, Stefan Sperling wrote:
> What happens if you set PKG_CONFIG=/bin/false in the configure
> script environment?

Better yet try this patch:

Index: Makefile
===================================================================
--- Makefile	(revision 1723)
+++ Makefile	(working copy)
@@ -16,7 +16,8 @@
 endif
 
 .configured:
-	cd src && env "CFLAGS=$(CFLAGS) -Wno-pointer-sign" \
+	cd src && env CFLAGS="$(CFLAGS) -Wno-pointer-sign" \
+		 PKG_CONFIG=no \
 		./configure --target=$(CROSS) \
 		--prefix=/nonexistent $(LINKS_CONFIGURE_FLAGS)
 	touch $@

-- 
stefan
http://stsp.name                                         PGP Key: 0xF59D25F0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://mailman.dslinux.in-berlin.de/pipermail/dslinux-devel-dslinux.in-berlin.de/attachments/20070415/97faf652/attachment.pgp 


More information about the dslinux-devel mailing list