File ntp-lib64.patch of Package ntp
--- configure.ac
+++ configure.ac
@@ -2814,7 +2814,7 @@
case "$ans" in
no) ;;
yes) # Look in:
- ans="/usr/lib /usr/lib/openssl /usr/sfw/lib /usr/local/lib /usr/local/ssl/lib"
+ ans="/usr/lib64 /usr/lib64/openssl /usr/sfw/lib /usr/local/lib /usr/local/ssl/lib"
;;
*) # Look where they said
;;
@@ -3811,11 +3811,11 @@
AC_MSG_RESULT(no)
;;
*)
- if test -f $kame_path/lib/libinet6.a; then
- AC_MSG_RESULT($kame_path/lib/libinet6.a)
- LIBS="-L$kame_path/lib -linet6 $LIBS"
+ if test -f $kame_path/lib64/libinet6.a; then
+ AC_MSG_RESULT($kame_path/lib64/libinet6.a)
+ LIBS="-L$kame_path/lib64 -linet6 $LIBS"
else
- AC_MSG_ERROR([$kame_path/lib/libinet6.a not found.
+ AC_MSG_ERROR([$kame_path/lib64/libinet6.a not found.
Please choose the proper path with the following command: