main/mosquitto: remove sed noop

This commit is contained in:
Sertonix 2024-08-06 23:55:11 +02:00 committed by Natanael Copa
parent 61a6b18998
commit 58ec5d4f88

View file

@ -54,15 +54,6 @@ fi
# 1.4.12-r0:
# - CVE-2017-7650
prepare() {
default_prepare
# don't strip
sed -i -e "s|(INSTALL) -s|(INSTALL)|g" \
-e 's|--strip-program=${CROSS_COMPILE}${STRIP}||' \
./*/Makefile ./*/*/Makefile
}
build() {
# PSK not supported by libressl
make \