From 58ec5d4f8882f87455b7da9bf40989a68919c1f3 Mon Sep 17 00:00:00 2001 From: Sertonix Date: Tue, 6 Aug 2024 23:55:11 +0200 Subject: [PATCH] main/mosquitto: remove sed noop --- main/mosquitto/APKBUILD | 9 --------- 1 file changed, 9 deletions(-) diff --git a/main/mosquitto/APKBUILD b/main/mosquitto/APKBUILD index 177b787c8b2..27692d83318 100644 --- a/main/mosquitto/APKBUILD +++ b/main/mosquitto/APKBUILD @@ -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 \