rpki-client / rpki-client-portable

Portability shim for OpenBSD's rpki-client

Home Page:https://rpki-client.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Action failure: undefined reference to `inflate'

robert-scheck opened this issue · comments

My unrelated documentation-only commit 32b8c63 lead to a GitHub Action failure:

/usr/bin/ld: rpki_client-http.o: in function `http_handle':
http.c:(.text+0x13aa): undefined reference to `inflate'
/usr/bin/ld: http.c:(.text+0x19a6): undefined reference to `inflateReset'
/usr/bin/ld: http.c:(.text+0x19b8): undefined reference to `inflateEnd'
/usr/bin/ld: rpki_client-http.o: in function `http_free':
http.c:(.text+0x1f87): undefined reference to `inflateEnd'
/usr/bin/ld: rpki_client-http.o: in function `http_read':
http.c:(.text+0x2a9a): undefined reference to `inflateInit2_'
/usr/bin/ld: rpki_client-http.o: in function `http_done':
http.c:(.text+0x4113): undefined reference to `inflateReset'
/usr/bin/ld: http.c:(.text+0x4125): undefined reference to `inflateEnd'
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Looks like zlib is a new dependency and should make it into configure etc.?

Fixed in b288c13