We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6ae6e commit 6496750Copy full SHA for 6496750
build/unzip/build.sh
@@ -50,7 +50,8 @@ configure_aarch64() {
50
}
51
52
pre_install() {
53
- ldd $PROG | $EGREP -s libbz2 || logerr "unzip was built without bzip2"
+ $ELFEDIT -r -e 'dyn:tag NEEDED' -o simple $PROG | $EGREP -s 'libbz2\.so' \
54
+ || logerr "unzip was built without bzip2"
55
save_variable MAKE_INSTALL_ARGS
56
MAKE_INSTALL_ARGS+=" prefix=$DESTDIR$PREFIX"
57
0 commit comments