musl: update to version 1.1.11
[openwrt/staging/chunkeey.git] / toolchain / musl / patches / 200-add_libssp_nonshared.patch
index ecdd2d2cb29de47f61324888124c431aaf3ce058..d0bf84541d864a761e2074cf8c791dacaa0c1f4a 100644 (file)
@@ -31,7 +31,7 @@ Signed-off-by: Steven Barth <steven@midlink.org>
  $(NOSSP_SRCS:%.c=%.o) $(NOSSP_SRCS:%.c=%.lo): CFLAGS += $(CFLAGS_NOSSP)
  
  $(CRT_LIBS:lib/%=crt/%): CFLAGS += -DCRT
-@@ -147,6 +148,11 @@ lib/libc.a: $(OBJS)
+@@ -155,6 +156,11 @@ lib/libc.a: $(OBJS)
        $(AR) rc $@ $(OBJS)
        $(RANLIB) $@