mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
devel/libhtp, security/suricata: Use iconv:translit
Use translit for USES=iconv, fixing a build error on specific (10-STABLE r???) versions of FreeBSD that dont contain a libiconv implementation with certain features [1] in base. PR: 196720 [1] Reported by: <trond.endrestol ximalas info>
This commit is contained in:
parent
16bc177a08
commit
62abfe3028
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377991
@ -14,7 +14,7 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= OISF
|
||||
GH_COMMIT= 4cb1b99
|
||||
|
||||
USES= autoreconf libtool pkgconfig pathfix iconv
|
||||
USES= autoreconf iconv:translit libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
|
||||
libnet.so:${PORTSDIR}/net/libnet \
|
||||
libyaml.so:${PORTSDIR}/textproc/libyaml
|
||||
|
||||
USES= autoreconf gmake pkgconfig libtool pathfix
|
||||
USES= autoreconf gmake libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
GNU_CONFIGURE= yes
|
||||
@ -52,7 +52,7 @@ HTP_PORT_LIB_DEPENDS= libhtp.so:${PORTSDIR}/devel/libhtp
|
||||
HTP_PORT_CONFIGURE_ON= --enable-non-bundled-htp
|
||||
HTP_PORT_CONFIGURE_OFF= --enable-bundled-htp
|
||||
HTP_PORT_CONFLICTS_INSTALL_OFF= libhtp-[0-9]* libhtp-suricata
|
||||
HTP_PORT_USES_OFF= iconv
|
||||
HTP_PORT_USES_OFF= iconv:translit
|
||||
|
||||
IPFW_CONFIGURE_ON= --enable-ipfw
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user