From c2dc7321d7fdcc7d86a3b284c04bb77f75d5a048 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 25 May 2017 19:30:06 +0200 Subject: [PATCH 1/1] iptables: fix typos in 600-shared-libext.patch (FS#711) Signed-off-by: Felix Fietkau --- .../network/utils/iptables/patches/600-shared-libext.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/utils/iptables/patches/600-shared-libext.patch b/package/network/utils/iptables/patches/600-shared-libext.patch index 2071ebd868..6704af5010 100644 --- a/package/network/utils/iptables/patches/600-shared-libext.patch +++ b/package/network/utils/iptables/patches/600-shared-libext.patch @@ -32,12 +32,12 @@ -libext_ebt.a: initextb.o ${libext_ebt_objs} - ${AM_VERBOSE_AR} ${AR} crs $@ $^; -+libiptext_ebt.so: initextb.o ${libext_ebt__objs} ++libiptext_ebt.so: initextb.o ${libext_ebt_objs} + ${AM_VERBOSE_CCLD} ${CCLD} ${AM_LDFLAGS} -shared ${LDFLAGS} -o $@ $^ -L../libxtables/.libs -lxtables ${$*_LIBADD}; -libext_arpt.a: initexta.o ${libext_arpt_objs} - ${AM_VERBOSE_AR} ${AR} crs $@ $^; -+libiptext_arpt.so: initexta.o ${libext_arpt__objs} ++libiptext_arpt.so: initexta.o ${libext_arpt_objs} + ${AM_VERBOSE_CCLD} ${CCLD} ${AM_LDFLAGS} -shared ${LDFLAGS} -o $@ $^ -L../libxtables/.libs -lxtables ${$*_LIBADD}; -libext4.a: initext4.o ${libext4_objs} -- 2.30.2