From 8816e91cddef785c78b3598c7c41a1f88be08f5a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 18 Sep 2011 15:06:05 +0200 Subject: build: restore build order of modules iptables(exe) requires libext.a, but extensions/ require libxtables.la (in iptables/). This circular dependency does not work out, so separate libxtables into its own directory and put it in front. Signed-off-by: Jan Engelhardt --- extensions/GNUmakefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/GNUmakefile.in') diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in index 60f28c0c..221c2c91 100644 --- a/extensions/GNUmakefile.in +++ b/extensions/GNUmakefile.in @@ -72,10 +72,10 @@ all: ${targets} check check: ${targets} @echo " CHECK unknown symbols in .so files"; \ - . ../iptables/libxtables.la; \ + . ../libxtables/libxtables.la; \ for i in "" lib*.so; do \ [ -z "$$i" ] && continue; \ - LD_PRELOAD="$$dlname" LD_LIBRARY_PATH=../iptables/.libs \ + LD_PRELOAD="$$dlname" LD_LIBRARY_PATH=../libxtables/.libs \ ldd -r $$i 2>&1 >/dev/null; \ done; -- cgit v1.2.3