bump libc for deb to 2.29
math module built on Ubuntu 20.04 has a symbol dep for 2.29 for log, pow, exp
This commit is contained in:
parent
af9a4622f8
commit
20676f790e
2
Makefile
2
Makefile
@ -126,7 +126,7 @@ deb: kuroko libkuroko.so
|
|||||||
--url "https://kuroko-lang.github.io/" \
|
--url "https://kuroko-lang.github.io/" \
|
||||||
--license "ISC" \
|
--license "ISC" \
|
||||||
--category "devel" \
|
--category "devel" \
|
||||||
-d 'libc6 (>= 2.14)' \
|
-d "libc6 (>= 2.29)" \
|
||||||
--version $(VERSION) \
|
--version $(VERSION) \
|
||||||
--iteration 0 \
|
--iteration 0 \
|
||||||
--directories $(libdir)/kuroko
|
--directories $(libdir)/kuroko
|
||||||
|
Loading…
Reference in New Issue
Block a user