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-/
|
strip: /^mysql-/
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
unicode.org: '>=71'
|
unicode.org: ^71
|
||||||
libevent.org: ^2
|
libevent.org: ^2
|
||||||
lz4.org: ^1
|
lz4.org: ^1
|
||||||
openssl.org: ^1.1
|
openssl.org: ^1.1
|
||||||
|
@ -54,7 +54,7 @@ build:
|
||||||
- -DWITH_PROTOBUF=system
|
- -DWITH_PROTOBUF=system
|
||||||
- -DWITH_SSL=system
|
- -DWITH_SSL=system
|
||||||
# FIXME: starting with 8.0.33, mysql reports:
|
# 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):
|
# CMake Error at cmake/zlib.cmake:118 (MESSAGE):
|
||||||
# Cannot find system zlib libraries.
|
# Cannot find system zlib libraries.
|
||||||
# Call Stack (most recent call first):
|
# Call Stack (most recent call first):
|
||||||
|
|
|
@ -9,7 +9,7 @@ companions:
|
||||||
npmjs.com: '*'
|
npmjs.com: '*'
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
unicode.org: '>=71'
|
unicode.org: ^71
|
||||||
openssl.org: 1.1
|
openssl.org: 1.1
|
||||||
zlib.net: 1
|
zlib.net: 1
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ dependencies:
|
||||||
openssl.org: '*'
|
openssl.org: '*'
|
||||||
pcre.org/v2: '>=10.30'
|
pcre.org/v2: '>=10.30'
|
||||||
sqlite.org: '*'
|
sqlite.org: '*'
|
||||||
unicode.org: '*'
|
unicode.org: ^71
|
||||||
gnu.org/libiconv: '*'
|
gnu.org/libiconv: '*'
|
||||||
kerberos.org: '*'
|
kerberos.org: '*'
|
||||||
gnome.org/libxml2: '>=2.9.0'
|
gnome.org/libxml2: '>=2.9.0'
|
||||||
|
|
|
@ -12,7 +12,7 @@ dependencies:
|
||||||
harfbuzz.org: "*"
|
harfbuzz.org: "*"
|
||||||
libpng.org: "*"
|
libpng.org: "*"
|
||||||
openssl.org: ^1.1
|
openssl.org: ^1.1
|
||||||
unicode.org: "*"
|
unicode.org: ^71
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue