mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Specify lib requirement: zlib >= 1.2.5.2
This commit is contained in:
parent
104bed7cc8
commit
e85479dfd7
3 changed files with 11 additions and 11 deletions
|
@ -208,7 +208,7 @@ PKG_CHECK_MODULES(libtorrent,
|
|||
LIBS="$libtorrent_LIBS $LIBS"])
|
||||
|
||||
PKG_CHECK_MODULES(zlib,
|
||||
[zlib],
|
||||
[zlib >= 1.2.5.2],
|
||||
[CPPFLAGS="$zlib_CFLAGS $CPPFLAGS"
|
||||
LIBS="$zlib_LIBS $LIBS"])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue