Skip to content

Commit

Permalink
Fix unzip test on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Jan 27, 2024
1 parent 3b6ae6e commit 6496750
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/unzip/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ configure_aarch64() {
}

pre_install() {
ldd $PROG | $EGREP -s libbz2 || logerr "unzip was built without bzip2"
$ELFEDIT -r -e 'dyn:tag NEEDED' -o simple $PROG | $EGREP -s 'libbz2\.so' \
|| logerr "unzip was built without bzip2"
save_variable MAKE_INSTALL_ARGS
MAKE_INSTALL_ARGS+=" prefix=$DESTDIR$PREFIX"
}
Expand Down

0 comments on commit 6496750

Please sign in to comment.