summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: