aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/musl/patches/200-add_libssp_nonshared.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-02 15:44:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-09-02 15:44:17 +0000
commitca3928a475beab38fd54a756aca9ca94adda8216 (patch)
tree20d345e32c74a29e716282aba733f347428c89c5 /toolchain/musl/patches/200-add_libssp_nonshared.patch
parent8da5e6a8c6cbf96b587bf4810f33ef0cca4eadf8 (diff)
downloadmaster-187ad058-ca3928a475beab38fd54a756aca9ca94adda8216.tar.gz
master-187ad058-ca3928a475beab38fd54a756aca9ca94adda8216.tar.bz2
master-187ad058-ca3928a475beab38fd54a756aca9ca94adda8216.zip
musl: update to version 1.1.11
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46772 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/musl/patches/200-add_libssp_nonshared.patch')
-rw-r--r--toolchain/musl/patches/200-add_libssp_nonshared.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/musl/patches/200-add_libssp_nonshared.patch b/toolchain/musl/patches/200-add_libssp_nonshared.patch
index ecdd2d2cb2..d0bf84541d 100644
--- a/toolchain/musl/patches/200-add_libssp_nonshared.patch
+++ b/toolchain/musl/patches/200-add_libssp_nonshared.patch
@@ -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) $@