Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 482496 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure (-1 / +3 lines)
Lines 79-87 Link Here
79
SOCKET_PATH=""
79
SOCKET_PATH=""
80
MANDIR=""
80
MANDIR=""
81
XHYDRA_SUPPORT=""
81
XHYDRA_SUPPORT=""
82
LIBDIRS=`cat /etc/ld.so.conf /etc/ld.so.conf.d/* 2> /dev/null | grep -v '^#' | sort | uniq`
83
if [ "$SIXFOUR" = "64" ]; then
82
if [ "$SIXFOUR" = "64" ]; then
83
  LIBDIRS=`cat /etc/ld.so.conf /etc/ld.so.conf.d/* 2> /dev/null | grep -v '^#' | grep -v 'lib32' | sort | uniq`
84
  LIBDIRS="$LIBDIRS /lib64 /usr/lib64 /usr/local/lib64 /opt/local/lib64"
84
  LIBDIRS="$LIBDIRS /lib64 /usr/lib64 /usr/local/lib64 /opt/local/lib64"
85
else
86
  LIBDIRS=`cat /etc/ld.so.conf /etc/ld.so.conf.d/* 2> /dev/null | grep -v '^#' | sort | uniq`
85
fi
87
fi
86
LIBDIRS="$LIBDIRS /lib /usr/lib /usr/local/lib /opt/local/lib"
88
LIBDIRS="$LIBDIRS /lib /usr/lib /usr/local/lib /opt/local/lib"
87
INCDIRS="/usr/include /usr/local/include /opt/include /opt/local/include"
89
INCDIRS="/usr/include /usr/local/include /opt/include /opt/local/include"

Return to bug 482496