netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] configure: Add search path for 64bit library.
@ 2012-08-07  4:22 Li Wei
  2012-08-07 18:15 ` Ben Hutchings
  0 siblings, 1 reply; 9+ messages in thread
From: Li Wei @ 2012-08-07  4:22 UTC (permalink / raw)
  To: shemminger; +Cc: netdev, Li Wei

Signed-off-by: Li Wei <lw@cn.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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-09-09 19:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-07  4:22 [PATCH] configure: Add search path for 64bit library Li Wei
2012-08-07 18:15 ` Ben Hutchings
2012-08-13 15:26   ` Stephen Hemminger
2012-08-13 16:22     ` Ben Hutchings
2012-08-13 16:33       ` Stephen Hemminger
2012-08-20  1:41         ` [PATCH v2] iproute2: " Li Wei
2012-08-20 15:30           ` Ben Hutchings
2012-08-20 16:02           ` Stephen Hemminger
2012-09-09 19:42         ` [PATCH] " Jan Engelhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).