pkgsrc/net/freeradius/patches/patch-ai
adrianp 8f9ad8a3a9 - Update freeradius to 1.0.2
- Fix for PR #29437 opened by luiszuccolo(at)ciudad.com.ar, thanks for the PR !

> FreeRADIUS 1.0.2 ; $Date: 2005/02/13 01:03:20 $, urgency=medium
>         * Novell eDirectoty support.  Patch from Novell.
>         * localweb & Trapeze dictionary updates.
>         * EAP-SIM fixes.
>         * Make "Strip-User-Name = No" work.
>         * Don't declare zero-length arrays in rlm_passwd
>         * Bug fix to make udpfromto code work
>         * radrelay shouldn't dump core if it can't read a VP from the
>           detail file.
>         * Only initialize the random pool once.
>         * In rlm_sql, don't escape characters twice.
>         * Fix MD4 calculation on big-endian machines.
>         * In rlm_ldap, only claim Auth-Type if a plain text password is present.
>         * Treat Quintium VSAs like Cisco VSAs
>         * Locking fixes in threading code
>         * rlm_krb5 includes /usr/include/et for Fedora Core
>         * Fix post-auth REJECT stanza processing for rejections from external
>           processes or home RADIUS servers
>         * Fix building on gcc-4.0 by not trying to access static auth_port from
>           other files.
>         * Fix building SNMP support on Solaris 9, which needs -lkstat
2005-02-18 16:59:57 +00:00

13 lines
460 B
Text

$NetBSD: patch-ai,v 1.4 2005/02/18 16:59:57 adrianp Exp $
--- configure.orig 2005-02-18 15:41:34.000000000 +0000
+++ configure
@@ -6373,7 +6373,7 @@ else
cat conftest.$ac_ext >&5
fi
rm -f conftest*
-test "$ac_cv_search_sem_init" = "no" && for i in pthread sem posix4 rt; do
+test "$ac_cv_search_sem_init" = "no" && for i in pthread sem posix4 rt semaphore; do
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
#line 6380 "configure"