fix pkgconfig

This commit is contained in:
2025-11-16 21:21:08 +01:00
parent 9fba1e1967
commit 2066113885

View File

@@ -12,7 +12,7 @@ steps:
image: alpine:latest
commands:
- apk update
- apk add --no-cache bash build-base words-en gdb perl autoconf automake pcre2 gdbm gdbm-dev pkg-config
- apk add --no-cache bash build-base words-en gdb perl autoconf automake pcre2 gdbm gdbm-dev pkgconfig
- ./autogen.sh
- ./configure
- make