mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Understands shared libwrap now
This commit is contained in:
parent
88c4f22d73
commit
c30108e007
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2658
@ -3,7 +3,7 @@
|
||||
# Date created: 30 Jul 1995
|
||||
# Whom: torstenb@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.10 1996/01/22 18:41:57 markm Exp $
|
||||
# $Id: Makefile,v 1.11 1996/01/25 02:08:25 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ssh-1.2.12a
|
||||
@ -102,7 +102,8 @@ CONFIGURE_ENV+= WISH=/replace_it_with_WISH_path
|
||||
.if defined(USE_TCPWRAP) && ${USE_TCPWRAP} == YES || \
|
||||
exists(${PREFIX}/lib/libwrap.a) && \
|
||||
(!defined(USE_TCPWRAP) || ${USE_TCPWRAP} != NO)
|
||||
BUILD_DEPENDS+= ${PREFIX}/lib/libwrap.a:${PORTSDIR}/security/tcp_wrapper
|
||||
CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib CFLAGS="${CFLAGS} -I${PREFIX}/include"
|
||||
CONFIGURE_ARGS+= --with-libwrap
|
||||
LIB_DEPENDS+= wrap\\.7\\.:${PORTSDIR}/security/tcp_wrapper
|
||||
.endif
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 30 Jul 1995
|
||||
# Whom: torstenb@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.10 1996/01/22 18:41:57 markm Exp $
|
||||
# $Id: Makefile,v 1.11 1996/01/25 02:08:25 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ssh-1.2.12a
|
||||
@ -102,7 +102,8 @@ CONFIGURE_ENV+= WISH=/replace_it_with_WISH_path
|
||||
.if defined(USE_TCPWRAP) && ${USE_TCPWRAP} == YES || \
|
||||
exists(${PREFIX}/lib/libwrap.a) && \
|
||||
(!defined(USE_TCPWRAP) || ${USE_TCPWRAP} != NO)
|
||||
BUILD_DEPENDS+= ${PREFIX}/lib/libwrap.a:${PORTSDIR}/security/tcp_wrapper
|
||||
CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib CFLAGS="${CFLAGS} -I${PREFIX}/include"
|
||||
CONFIGURE_ARGS+= --with-libwrap
|
||||
LIB_DEPENDS+= wrap\\.7\\.:${PORTSDIR}/security/tcp_wrapper
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user