mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
Fix bad unicode dependency specs
This commit is contained in:
parent
d71213e086
commit
5a93ed036c
4 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ versions:
|
|||
strip: /^mysql-/
|
||||
|
||||
dependencies:
|
||||
unicode.org: '>=71'
|
||||
unicode.org: ^71
|
||||
libevent.org: ^2
|
||||
lz4.org: ^1
|
||||
openssl.org: ^1.1
|
||||
|
@ -54,7 +54,7 @@ build:
|
|||
- -DWITH_PROTOBUF=system
|
||||
- -DWITH_SSL=system
|
||||
# FIXME: starting with 8.0.33, mysql reports:
|
||||
# -- Found ZLIB: /Users/jacob/.tea/zlib.net/v1.2.13/lib/libz.dylib (found version "1.2.13")
|
||||
# -- Found ZLIB: /Users/jacob/.tea/zlib.net/v1.2.13/lib/libz.dylib (found version "1.2.13")
|
||||
# CMake Error at cmake/zlib.cmake:118 (MESSAGE):
|
||||
# Cannot find system zlib libraries.
|
||||
# Call Stack (most recent call first):
|
||||
|
|
|
@ -9,7 +9,7 @@ companions:
|
|||
npmjs.com: '*'
|
||||
|
||||
dependencies:
|
||||
unicode.org: '>=71'
|
||||
unicode.org: ^71
|
||||
openssl.org: 1.1
|
||||
zlib.net: 1
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ dependencies:
|
|||
openssl.org: '*'
|
||||
pcre.org/v2: '>=10.30'
|
||||
sqlite.org: '*'
|
||||
unicode.org: '*'
|
||||
unicode.org: ^71
|
||||
gnu.org/libiconv: '*'
|
||||
kerberos.org: '*'
|
||||
gnome.org/libxml2: '>=2.9.0'
|
||||
|
|
|
@ -12,7 +12,7 @@ dependencies:
|
|||
harfbuzz.org: "*"
|
||||
libpng.org: "*"
|
||||
openssl.org: ^1.1
|
||||
unicode.org: "*"
|
||||
unicode.org: ^71
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue