qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/2] ./configure: request pkg-config to provide private libs when static linking
@ 2012-01-23  7:41 Sergei Trofimovich
  2012-01-23  7:41 ` [Qemu-devel] [PATCH 2/2] ./configure: add link check for nss-smartcard Sergei Trofimovich
  2012-01-23 10:33 ` [Qemu-devel] [PATCH 1/2] ./configure: request pkg-config to provide private libs when static linking Peter Maydell
  0 siblings, 2 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2012-01-23  7:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: Sergei Trofimovich

From: Sergei Trofimovich <slyfox@gentoo.org>

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
---
 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 467e87b..f3dcfba 100755
--- a/configure
+++ b/configure
@@ -553,6 +553,7 @@ for opt do
   --static)
     static="yes"
     LDFLAGS="-static $LDFLAGS"
+    pkg_config="${pkg_config} --static"
   ;;
   --mandir=*) mandir="$optarg"
   ;;
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-01-29  7:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-23  7:41 [Qemu-devel] [PATCH 1/2] ./configure: request pkg-config to provide private libs when static linking Sergei Trofimovich
2012-01-23  7:41 ` [Qemu-devel] [PATCH 2/2] ./configure: add link check for nss-smartcard Sergei Trofimovich
2012-01-23  8:51   ` Alon Levy
2012-01-29  7:51   ` Sergei Trofimovich
2012-01-23 10:33 ` [Qemu-devel] [PATCH 1/2] ./configure: request pkg-config to provide private libs when static linking Peter Maydell
2012-01-23 17:44   ` [Qemu-devel] [PATCH v2 " Sergei Trofimovich
2012-01-23 18:02     ` Peter Maydell
2012-01-23 18:33       ` [Qemu-devel] [PATCH v3 " Sergei Trofimovich
2012-01-29  7:52         ` Sergei Trofimovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).