Merge branch cookbook:master into go-pkg

This commit is contained in:
Wildan Mubarok 2025-09-23 01:27:52 +00:00
commit f02eebc94e

View File

@ -15,9 +15,12 @@ COOKBOOK_CONFIGURE_FLAGS+=(
--without-ada
--without-manpages
--without-tests
--with-shared
cf_cv_func_mkstemp=yes
)
if [ "${COOKBOOK_DYNAMIC}" == "1" ]
then
COOKBOOK_CONFIGURE_FLAGS+=(--with-shared)
fi
cookbook_configure
"""