diff src/gcc.mk @ 731:2ffb38727a32

hardcode the --static argument into i686-pc-mingw32-pkg-config
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 14 Feb 2010 18:49:22 +0100
parents bc69ccf2503c
children bf4bcb3370fa
line wrap: on
line diff
--- a/src/gcc.mk	Sun Feb 14 13:27:11 2010 +0100
+++ b/src/gcc.mk	Sun Feb 14 18:49:22 2010 +0100
@@ -80,7 +80,7 @@
 
     # create pkg-config script
     (echo '#!/bin/sh'; \
-     echo 'PKG_CONFIG_PATH= PKG_CONFIG_LIBDIR='\''$(PREFIX)/$(TARGET)/lib/pkgconfig'\'' exec pkg-config "$$@"') \
+     echo 'PKG_CONFIG_PATH= PKG_CONFIG_LIBDIR='\''$(PREFIX)/$(TARGET)/lib/pkgconfig'\'' exec pkg-config --static "$$@"') \
              > '$(PREFIX)/bin/$(TARGET)-pkg-config'
     chmod 0755 '$(PREFIX)/bin/$(TARGET)-pkg-config'
 endef