mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Fix libgmp not build shared libs (again)
This commit is contained in:
parent
80e641585c
commit
fbe18939bf
@ -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