From: Denys Vlasenko Date: Mon, 25 Jul 2016 15:12:46 +0000 (+0200) Subject: ssl_helper.sh: strip was invoked incorrectly X-Git-Tag: 1_26_0~312 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9d20297ba803832d118bd27cd42107371123aa39;p=oweals%2Fbusybox.git ssl_helper.sh: strip was invoked incorrectly Signed-off-by: Denys Vlasenko --- diff --git a/networking/ssl_helper-wolfssl/ssl_helper.sh b/networking/ssl_helper-wolfssl/ssl_helper.sh index 184ffe67e..c6cbf353f 100755 --- a/networking/ssl_helper-wolfssl/ssl_helper.sh +++ b/networking/ssl_helper-wolfssl/ssl_helper.sh @@ -9,4 +9,4 @@ STATIC="-static" ${PREFIX}gcc -Os -Wall -I.. -c ssl_helper.c -o ssl_helper.o ${PREFIX}gcc $STATIC --start-group ssl_helper.o -lm ../src/.libs/libwolfssl.a --end-group -o ssl_helper -${PREFIX}-strip ssl_helper +${PREFIX}strip ssl_helper