qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/2] ./configure: request pkg-config to provide priv


From: Sergei Trofimovich
Subject: [Qemu-devel] [PATCH 1/2] ./configure: request pkg-config to provide private libs when static linking
Date: Mon, 23 Jan 2012 10:41:37 +0300

From: Sergei Trofimovich <address@hidden>

Signed-off-by: Sergei Trofimovich <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]