summaryrefslogtreecommitdiff
path: root/net/freeradius/options.mk
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2004-11-10 22:27:32 +0000
committeradrianp <adrianp@pkgsrc.org>2004-11-10 22:27:32 +0000
commitfce9c3890d890401a9a82fc9a9b251e40e55c5dd (patch)
treeb25eb619fa81a3bb78b25505e7c0396bbbfa6017 /net/freeradius/options.mk
parentcdab40cc044717ff1c6171dfa453ce8b9788a86a (diff)
downloadpkgsrc-fce9c3890d890401a9a82fc9a9b251e40e55c5dd.tar.gz
- Update options.mk because of mySQL buildlink changes
- Add a fix for crashes when processing EAP-PEAP requests PR 28095 Konstantin.Kabassanov (at) lip6.fr - Fix pthreads enabled builds on NetBSD systems < 2.0 - Replace patch-ai, patch-aj and patch-ak with SUBST_* (suggested by juan@)
Diffstat (limited to 'net/freeradius/options.mk')
-rw-r--r--net/freeradius/options.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/net/freeradius/options.mk b/net/freeradius/options.mk
index 65fee035950..28fbc23f84f 100644
--- a/net/freeradius/options.mk
+++ b/net/freeradius/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2004/10/29 07:07:44 xtraeme Exp $
+# $NetBSD: options.mk,v 1.3 2004/11/10 22:27:32 adrianp Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.freeradius
PKG_SUPPORTED_OPTIONS= ldap postgresql73 postgresql74 mysql snmp
@@ -14,14 +14,6 @@ PKG_FAIL_REASON+= "PostgreSQL 7.3 and 7.4 cannot both be compiled in." \
.endif
###
-### Can't support both versions of mySQL
-###
-.if !empty(PKG_OPTIONS:Mmysql3) && !empty(PKG_OPTIONS:Mmysql4)
-PKG_FAIL_REASON+= "mySQL 3 and 4 cannot both be compiled in." \
- "Please change ${PKG_OPTIONS_VAR} to one or the other."
-.endif
-
-###
### Use OpenLDAP for storing user details
###
.if !empty(PKG_OPTIONS:Mldap)