textproc/iksemel: fix build when openssl is installed.
This port does not build when openssl is installed. Disable it explicitely in the configure. PR: 254296 Reported by: dym@afalina.od.ua Tested by: felix@palmen-it.de newton.ja.terry@gmail.com MFH: 2021Q2 build fix
This commit is contained in:
parent
7bec7b192c
commit
0a4dd56b67
@ -12,17 +12,21 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libgnutls.so:security/gnutls
|
||||
|
||||
USES= autoreconf libtool makeinfo pathfix pkgconfig
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= meduketto
|
||||
GH_TAGNAME= 978b733
|
||||
|
||||
USES= autoreconf libtool makeinfo pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-gnutls=yes \
|
||||
--without-openssl \
|
||||
--disable-python
|
||||
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
INFO= iksemel
|
||||
|
Loading…
Reference in New Issue
Block a user