ssl_helper.sh: strip was invoked incorrectly
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 25 Jul 2016 15:12:46 +0000 (17:12 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 25 Jul 2016 15:12:46 +0000 (17:12 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ssl_helper-wolfssl/ssl_helper.sh

index 184ffe67e0fa32289993d210f7c7eff92fff9ae7..c6cbf353f13bcb0727d12286c402bb26ba0ffdb1 100755 (executable)
@@ -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