net-tools: remove libintl static linking handling
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 3 Jul 2017 22:01:03 +0000 (00:01 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 4 Jul 2017 23:37:14 +0000 (01:37 +0200)
commite5968727f3c0ea78f4f0525847ad11cf68f5d01c
treea0a4adc916e193cb0bc93eb372916eadd47df501
parent0af286a6da20fa36eda5cd0a7a06c76f17ea6c1a
net-tools: remove libintl static linking handling

We no longer support building the full-blown libintl in static linking
scenarios, as it causes too many problems. Patch
0001-Makefile-fix-static-linking-issue-with-lintl.patch was added to
allow passing -lintl through LIBS, in a place that works for static
linking.

However, for dynamic linking, we can simply pass -lintl through the
existing LDFLAGS variable, as it was done prior to commit
38bfd129c64a9cfd82c4fa4c797afadf12a6ffaa ("package/net-tools: fix
static linking issue with lintl").

This commit does that and gets rid of the now useless patch.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/net-tools/0001-Makefile-fix-static-linking-issue-with-lintl.patch [deleted file]
package/net-tools/0001-iptunnel.c-do-not-include-netinet-ip.h.patch [new file with mode: 0644]
package/net-tools/0002-iptunnel.c-do-not-include-netinet-ip.h.patch [deleted file]
package/net-tools/net-tools.mk