提交 615851dd 编写于 作者: G Guido Günther

Look in Debian's multiarch libs too

so we don't fail when libnetcf is built as multiarch lib.
上级 67936d13
......@@ -2908,7 +2908,7 @@ if test "$with_linux" = "yes"; then
# (Setting LIBNL_CFLAGS is already used by PKG_CHECK_MODULES to
# override any probing, so if it set, you know which libnl is in use.)
libnl_ldd=
for dir in /usr/lib64 /usr/lib; do
for dir in /usr/lib64 /usr/lib /usr/lib/*-linux-gnu*; do
if test -f $dir/libnetcf.so; then
libnl_ldd=`(ldd $dir/libnetcf.so) 2>&1`
break
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册