diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-02 15:44:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-02 15:44:17 +0000 |
commit | 58ab3ad6b0f2cd1e302011e492832673f017ed08 (patch) | |
tree | 8db648d8e2d2a924f19168fad5fc8250508d83d6 /toolchain/musl/patches/200-add_libssp_nonshared.patch | |
parent | 3d1890053c68ea22c2b4532d2e839638261de8be (diff) | |
download | mtk-20170518-58ab3ad6b0f2cd1e302011e492832673f017ed08.zip mtk-20170518-58ab3ad6b0f2cd1e302011e492832673f017ed08.tar.gz mtk-20170518-58ab3ad6b0f2cd1e302011e492832673f017ed08.tar.bz2 |
musl: update to version 1.1.11
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46772
Diffstat (limited to 'toolchain/musl/patches/200-add_libssp_nonshared.patch')
-rw-r--r-- | toolchain/musl/patches/200-add_libssp_nonshared.patch | 2 |
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 ecdd2d2..d0bf845 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) $@ |