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 image: alpine:latest
commands: commands:
- apk update - 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 - ./autogen.sh
- ./configure - ./configure
- make - make