mirror of
https://github.com/tmux/tmux.git
synced 2025-12-17 00:02:23 -05:00
Add --static to PKG_CONFIG rather than replacing it.
This commit is contained in:
parent
29763d006a
commit
fe4e9470bb
@ -48,7 +48,7 @@ AC_ARG_ENABLE(
|
||||
)
|
||||
if test "x$found_static" = xyes; then
|
||||
LDFLAGS="$LDFLAGS -static"
|
||||
PKG_CONFIG="pkg-config --static"
|
||||
test "x$PKG_CONFIG" != x && PKG_CONFIG="$PKG_CONFIG --static"
|
||||
fi
|
||||
|
||||
# Is this gcc?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user