aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-05-25 19:30:06 +0200
committerFelix Fietkau <nbd@nbd.name>2017-05-25 19:30:36 +0200
commitc2dc7321d7fdcc7d86a3b284c04bb77f75d5a048 (patch)
treefdf2c8f8b1654e9b7bf8aac733b5073efd69782f /package
parent4ba2f4dc6357e85a8dbc98266a14197fb058159c (diff)
downloadupstream-c2dc7321d7fdcc7d86a3b284c04bb77f75d5a048.tar.gz
upstream-c2dc7321d7fdcc7d86a3b284c04bb77f75d5a048.tar.bz2
upstream-c2dc7321d7fdcc7d86a3b284c04bb77f75d5a048.zip
iptables: fix typos in 600-shared-libext.patch (FS#711)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package')
-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}