[source] iptables: fix typos in 600-shared-libext.patch (FS#711)

LEDE Commits lede-commits at lists.infradead.org
Thu May 25 10:30:46 PDT 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/c2dc7321d7fdcc7d86a3b284c04bb77f75d5a048

commit c2dc7321d7fdcc7d86a3b284c04bb77f75d5a048
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu May 25 19:30:06 2017 +0200

    iptables: fix typos in 600-shared-libext.patch (FS#711)
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/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 2071ebd..6704af5 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}



More information about the lede-commits mailing list