[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1344313376-22602-1-git-send-email-lw@cn.fujitsu.com>
Date: Tue, 7 Aug 2012 12:22:56 +0800
From: Li Wei <lw@...fujitsu.com>
To: shemminger@...tta.com
Cc: netdev@...r.kernel.org, Li Wei <lw@...fujitsu.com>
Subject: [PATCH] configure: Add search path for 64bit library.
Signed-off-by: Li Wei <lw@...fujitsu.com>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 0f4444f..997759c 100755
--- a/configure
+++ b/configure
@@ -149,7 +149,7 @@ check_ipt()
check_ipt_lib_dir()
{
IPT_LIB_DIR=""
- for dir in /lib /usr/lib /usr/local/lib
+ for dir in /lib /usr/lib /usr/local/lib /lib64 /usr/lib64 /usr/local/lib64
do
for file in $dir/{xtables,iptables}/lib*t_*so ; do
if [ -f $file ]; then
--
1.7.10.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists