]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Fix Makefile (ldd -v doesn't work on my ldd).
authorRusty Russell <rusty@linuxcare.com.au>
Mon, 8 Jan 2001 08:14:33 +0000 (08:14 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 8 Jan 2001 08:14:33 +0000 (08:14 +0000)
Makefile

index 19b5c5410151bd5e08bd07aa53052d22941eb6af..6d73c1b4375c37688e2326a55c7f15deceddba8a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ BINDIR:=/usr/local/sbin
 MANDIR:=/usr/local/man
 INCDIR:=/usr/local/include
 
-# Need libc6 for this.  Should covert to autoconf.
-ifneq ($(shell ldd -v | fgrep 2.2),)
+# Need libc6 for this.  FIXME: Should covert to autoconf.
+ifneq ($(shell ldd --version 2>/dev/null | fgrep 2.2),)
 DO_IPV6=1
 endif