Geomyidae-git: Disable TLS support for the moment (avoid libressl dependency)

That should be more gracefully done via an option.
This commit is contained in:
Leonardo Taccari 2020-06-07 23:56:32 +02:00
parent 3858abdc5d
commit 8c12a007a9
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ GIT_REPOSITORIES= geomyidae
GIT_REPO.geomyidae= git://bitreich.org/geomyidae
WRKSRC= ${WRKDIR}/geomyidae
# Disable TLS support (avoids libressl dependency)
MAKE_FLAGS+= TLS_CFLAGS=
MAKE_FLAGS+= TLS_LDFLAGS=
BUILD_DEFS+= VARBASE GEOMYIDAE_USER GEOMYIDAE_GROUP GEOMYIDAE_ROOTDIR
FILES_SUBST+= GEOMYIDAE_USER=${GEOMYIDAE_USER} GEOMYIDAE_GROUP=${GEOMYIDAE_GROUP}
FILES_SUBST+= GEOMYIDAE_ROOTDIR=${GEOMYIDAE_ROOTDIR}