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

Collapse All | Expand All

(-)configure (-2 / +2 lines)
Lines 10258-10267 Link Here
10258
10258
10259
fi
10259
fi
10260
10260
10261
# Some versions of libedit contain strlcpy(); so disregard that library while
10261
# Some versions of libedit and libroken contain strlcpy(); so disregard that library while
10262
# checking for these standard libc functions.
10262
# checking for these standard libc functions.
10263
pgac_save_LIBS="$LIBS"
10263
pgac_save_LIBS="$LIBS"
10264
LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g'`
10264
LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g' -e 's/-lgssapi//g' -e 's/-lkrb5//g'`
10265
10265
10266
for ac_func in crypt getopt getrusage inet_aton random rint srandom strdup strerror strlcat strlcpy strtol strtoul
10266
for ac_func in crypt getopt getrusage inet_aton random rint srandom strdup strerror strlcat strlcpy strtol strtoul
10267
do :
10267
do :
(-)configure.in (-2 / +2 lines)
Lines 1240-1249 Link Here
1240
  AC_CHECK_FUNCS([fpclass fp_class fp_class_d class], [break])
1240
  AC_CHECK_FUNCS([fpclass fp_class fp_class_d class], [break])
1241
fi
1241
fi
1242
1242
1243
# Some versions of libedit contain strlcpy(); so disregard that library while
1243
# Some versions of libedit and libroken contain strlcpy(); so disregard that library while
1244
# checking for these standard libc functions.
1244
# checking for these standard libc functions.
1245
pgac_save_LIBS="$LIBS"
1245
pgac_save_LIBS="$LIBS"
1246
LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g'`
1246
LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g' -e 's/-lgssapi//g' -e 's/-lkrb5//g'`
1247
1247
1248
AC_REPLACE_FUNCS([crypt getopt getrusage inet_aton random rint srandom strdup strerror strlcat strlcpy strtol strtoul])
1248
AC_REPLACE_FUNCS([crypt getopt getrusage inet_aton random rint srandom strdup strerror strlcat strlcpy strtol strtoul])
1249
1249

Return to bug 285953