mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Merge branch 'libgmp-dyn' into 'master'
Fix libgmp not build shared libs (again) See merge request redox-os/redox!1910
This commit is contained in:
commit
2f19ffe1db
@ -16,6 +16,9 @@ rsync -a --delete "${COOKBOOK_SOURCE}/" ./
|
||||
COOKBOOK_SOURCE="${COOKBOOK_BUILD}"
|
||||
if [ "$TARGET" != "$COOKBOOK_HOST_TARGET" ]; then
|
||||
autotools_recursive_regenerate
|
||||
# need to invoke configure in specific way to make shared libs work
|
||||
./configure --host="${GNU_TARGET}" --prefix="/usr"
|
||||
COOKBOOK_CONFIGURE=true
|
||||
fi
|
||||
|
||||
DYNAMIC_STATIC_INIT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user