pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Geomyidae-git: Disable TLS support for the moment (avoid libressl dependency)
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Jun 7 23:56:32 2020 +0200
Changeset: 8c12a007a962c3812dbd01a130a276e94c2f248f
Modified Files:
Geomyidae-git/Makefile
Log Message:
Geomyidae-git: Disable TLS support for the moment (avoid libressl dependency)
That should be more gracefully done via an option.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8c12a007a962c3812dbd01a130a276e94c2f248f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Geomyidae-git/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diffs:
diff --git a/Geomyidae-git/Makefile b/Geomyidae-git/Makefile
index f39d8850a3..e429b36b99 100644
--- a/Geomyidae-git/Makefile
+++ b/Geomyidae-git/Makefile
@@ -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}
Home |
Main Index |
Thread Index |
Old Index