mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-23 02:17:35 +00:00
Add --with-blibpath for AIX. An alternate libpath may be specified or
-blibpath support can be disabled. Also change conifgure such that -blibpath is not specified if no -L libpaths were added to SUDO_LDFLAGS.
This commit is contained in:
parent
936e8b501e
commit
02b4fa7690
3
aclocal.m4
vendored
3
aclocal.m4
vendored
@ -337,6 +337,9 @@ AC_DEFUN(SUDO_APPEND_LIBPATH, [
|
|||||||
else
|
else
|
||||||
$1="${$1} -L$2"
|
$1="${$1} -L$2"
|
||||||
fi
|
fi
|
||||||
|
if test X"$blibpath" != X"" -a "$1" = "SUDO_LDFLAGS"; then
|
||||||
|
blibpath_add="${blibpath_add}:$2"
|
||||||
|
fi
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user