Append --static to pkg-config arguments when ARIA2_STATIC=yes

pull/73/head
Tatsuhiro Tsujikawa 2013-04-13 00:47:38 +09:00
parent 4070113ef0
commit 994eb551f1
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ if test "x$ARIA2_STATIC" = "xyes"; then
CPPFLAGS="-D_USE_32BIT_TIME_T $CPPFLAGS"
;;
esac
# Make pkg-config produce static linking variables
PKG_CONFIG="$PKG_CONFIG --static"
else
dnl Make variable empty to avoid confusion
ARIA2_STATIC=