mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Do not strip nghttp2 libs
This commit is contained in:
parent
37859d551d
commit
9256f76ce6
@ -15,7 +15,7 @@ function recipe_build {
|
||||
./configure \
|
||||
--build="${BUILD}" \
|
||||
--host="${HOST}" \
|
||||
--prefix="" \
|
||||
--prefix=/ \
|
||||
--enable-lib-only
|
||||
make -j"$(nproc)"
|
||||
skip=1
|
||||
@ -34,7 +34,6 @@ function recipe_clean {
|
||||
function recipe_stage {
|
||||
dest="$(realpath $1)"
|
||||
make install DESTDIR="$dest"
|
||||
find "$dest/lib" -exec ${HOST}-strip {} ';' 2> /dev/null
|
||||
rm -f "$dest/lib/"*.la
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user