mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
Merge branch cookbook:master into go-pkg
This commit is contained in:
commit
f02eebc94e
@ -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
|
||||
"""
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user