From: Sergei Trofimovich <sly...@gentoo.org> Signed-off-by: Sergei Trofimovich <sly...@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