+pkg-config

This commit is contained in:
2025-11-16 21:18:37 +01:00
parent f491714658
commit fda32b6105

View File

@@ -12,8 +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 - apk add --no-cache bash build-base words-en gdb perl autoconf automake pcre2 libgdbm-dev libgdbm6t64 pkg-config
- ./autogen.sh - ./autogen.sh
- cat -n configure
- ./configure - ./configure
- make - make