mirror of https://github.com/mirror/busybox.git
ssl_helper.sh: strip was invoked incorrectly
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_26_stable
parent
3191ec7cce
commit
9d20297ba8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue