summaryrefslogtreecommitdiff
path: root/net/freeradius/patches
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2004-11-16 13:51:45 +0000
committeradrianp <adrianp@pkgsrc.org>2004-11-16 13:51:45 +0000
commit0aca062f3d0a34f1c6edc944b696c91d0a468ae0 (patch)
tree38f27a44e7df94d4ae0f647d5a388b228fdbaa70 /net/freeradius/patches
parent7850b349c76d0cf3a57a0fe5376e67094e102380 (diff)
downloadpkgsrc-0aca062f3d0a34f1c6edc944b696c91d0a468ae0.tar.gz
- Fix pthread issues on 1.6.x
- Fix builds with LDAP support - Bump PKGREVISION Thanks to Dave.Tyson (at) liverpool.ac.uk for testing a lot of these patches on the 1.6 branch.
Diffstat (limited to 'net/freeradius/patches')
-rw-r--r--net/freeradius/patches/patch-ai13
-rw-r--r--net/freeradius/patches/patch-aj12
2 files changed, 25 insertions, 0 deletions
diff --git a/net/freeradius/patches/patch-ai b/net/freeradius/patches/patch-ai
new file mode 100644
index 00000000000..ab21ffb3e99
--- /dev/null
+++ b/net/freeradius/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.3 2004/11/16 13:51:45 adrianp Exp $
+
+--- configure.orig Fri Nov 12 20:52:22 2004
++++ configure Fri Nov 12 20:53:02 2004
+@@ -6272,7 +6272,7 @@
+ 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 6279 "configure"
diff --git a/net/freeradius/patches/patch-aj b/net/freeradius/patches/patch-aj
new file mode 100644
index 00000000000..dee116efe4a
--- /dev/null
+++ b/net/freeradius/patches/patch-aj
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.3 2004/11/16 13:51:45 adrianp Exp $
+
+--- Make.inc.in.orig Fri Nov 12 23:23:02 2004
++++ Make.inc.in Fri Nov 12 23:24:23 2004
+@@ -42,6 +42,7 @@
+ LCRYPT = @CRYPTLIB@
+ LIBS = @LIBS@ @LFS_LIBS@
+ LDFLAGS = @LDFLAGS@ @LFS_LDFLAGS@
++RLM_LIBS += -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib
+
+ LOGDIR = ${logdir}
+ RADDBDIR = ${raddbdir}