libpng: also compile statically

This commit is contained in:
Jeremy Soller 2025-04-21 12:38:34 -06:00
parent 6e063ffe7a
commit 6a90635761
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -13,6 +13,12 @@ template = "custom"
dependencies = ["zlib"]
script = """
DYNAMIC_INIT
COOKBOOK_CONFIGURE_FLAGS=(
--host="${GNU_TARGET}"
--prefix="/usr"
--enable-shared
--enable-static
)
cookbook_configure
"""