summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-08-19 14:22:50 +0000
committergdt <gdt@pkgsrc.org>2020-08-19 14:22:50 +0000
commit4a7ad3760cc381cbb80e859669e7a66cc3170f6f (patch)
tree0ea7401d66ecd7bf60be0f76949c5654aad0219a /geography
parent23caad7b8d9161cf9f7182bcd4a5b37edf23629c (diff)
downloadpkgsrc-4a7ad3760cc381cbb80e859669e7a66cc3170f6f.tar.gz
geography/gpsd: Explain RELRO issues
Failure of RELRO seems to be an upstream problem; buck passed!
Diffstat (limited to 'geography')
-rw-r--r--geography/gpsd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile
index 24d149e145e..60e7556fbcb 100644
--- a/geography/gpsd/Makefile
+++ b/geography/gpsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2020/08/19 12:30:04 gdt Exp $
+# $NetBSD: Makefile,v 1.51 2020/08/19 14:22:50 gdt Exp $
DISTNAME= gpsd-3.21
CATEGORIES= geography
@@ -51,6 +51,12 @@ SUBST_STAGE.pyenv= pre-build
SUBST_FILES.pyenv+= tests/test_misc.py
SUBST_SED.pyenv= -e 's,/usr/bin/env python.*$$,${PYTHONBIN},'
+# \todo: RELRO fails, and it appears to be an upstream problem.
+# Reported upstream on 20200819.
+# https://lists.nongnu.org/archive/html/gpsd-dev/2020-08/msg00091.html
+# Currently believed to be an upstream problem; please fix upstream
+# rather than here.
+
# \todo: Determine if CC/CXX are needed (e.g, when using other than gcc).
# CC=${CC:Q} CXX=${CXX:Q}
do-build: