mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
build: add pthread dependency to LDFLAGS
libuv has a dependency on pthread which doesn't seem to get picked up through any other configure steps. The errors returned during linking are: libuv.a(libuv_la-thread.o): undefined reference to symbol 'pthread_rwlock_trywrlock@@GLIBC_2.2.5' libpthread.so.0: error adding symbols: DSO missing from command line
This commit is contained in:
parent
406c865689
commit
dc518607d9
2
pkg/urbit/configure
vendored
2
pkg/urbit/configure
vendored
@ -6,7 +6,7 @@ URBIT_VERSION="0.10.7"
|
||||
|
||||
deps=" \
|
||||
curl gmp sigsegv argon2 ed25519 ent h2o scrypt uv murmur3 secp256k1 \
|
||||
softfloat3 ssl crypto z lmdb ge-additions aes_siv \
|
||||
softfloat3 ssl crypto z lmdb ge-additions aes_siv pthread \
|
||||
"
|
||||
|
||||
headers=" \
|
||||
|
Loading…
Reference in New Issue
Block a user