summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau2017-05-25 17:30:06 +0000
committerFelix Fietkau2017-05-25 17:30:36 +0000
commitc2dc7321d7fdcc7d86a3b284c04bb77f75d5a048 (patch)
treefdf2c8f8b1654e9b7bf8aac733b5073efd69782f
parent4ba2f4dc6357e85a8dbc98266a14197fb058159c (diff)
downloadopenwrt-c2dc7321d7fdcc7d86a3b284c04bb77f75d5a048.tar.gz
iptables: fix typos in 600-shared-libext.patch (FS#711)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r--package/network/utils/iptables/patches/600-shared-libext.patch4
1 files 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}