- build recursor only on i386
recursor fails on alpha, ia64 and sparc with undefined symbol "makecontext"
This commit is contained in:
parent
e94bb2787d
commit
a46a24003d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78484
@ -85,11 +85,7 @@ describe:
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500043
|
||||
CONFIGURE_ARGS+= --enable-recursor
|
||||
PLIST_SUB+= RECURSOR=""
|
||||
|
||||
.if defined(WITH_LDAP)
|
||||
.if ${OSVERSION} >= 500043 && defined(WITH_LDAP)
|
||||
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20
|
||||
LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20
|
||||
CONFIGURE_MODULES+= "ldap"
|
||||
@ -103,6 +99,9 @@ post-patch:
|
||||
${WRKSRC}/pdns/Makefile.in
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 500043 && ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+= --enable-recursor
|
||||
PLIST_SUB+= RECURSOR=""
|
||||
.else
|
||||
PLIST_SUB+= RECURSOR="@comment "
|
||||
.endif
|
||||
|
@ -85,11 +85,7 @@ describe:
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500043
|
||||
CONFIGURE_ARGS+= --enable-recursor
|
||||
PLIST_SUB+= RECURSOR=""
|
||||
|
||||
.if defined(WITH_LDAP)
|
||||
.if ${OSVERSION} >= 500043 && defined(WITH_LDAP)
|
||||
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20
|
||||
LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20
|
||||
CONFIGURE_MODULES+= "ldap"
|
||||
@ -103,6 +99,9 @@ post-patch:
|
||||
${WRKSRC}/pdns/Makefile.in
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 500043 && ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+= --enable-recursor
|
||||
PLIST_SUB+= RECURSOR=""
|
||||
.else
|
||||
PLIST_SUB+= RECURSOR="@comment "
|
||||
.endif
|
||||
|
@ -85,11 +85,7 @@ describe:
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500043
|
||||
CONFIGURE_ARGS+= --enable-recursor
|
||||
PLIST_SUB+= RECURSOR=""
|
||||
|
||||
.if defined(WITH_LDAP)
|
||||
.if ${OSVERSION} >= 500043 && defined(WITH_LDAP)
|
||||
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20
|
||||
LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20
|
||||
CONFIGURE_MODULES+= "ldap"
|
||||
@ -103,6 +99,9 @@ post-patch:
|
||||
${WRKSRC}/pdns/Makefile.in
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 500043 && ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+= --enable-recursor
|
||||
PLIST_SUB+= RECURSOR=""
|
||||
.else
|
||||
PLIST_SUB+= RECURSOR="@comment "
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user