pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/gpsd
Module Name: pkgsrc
Committed By: gdt
Date: Wed Aug 19 14:22:50 UTC 2020
Modified Files:
pkgsrc/geography/gpsd: Makefile
Log Message:
geography/gpsd: Explain RELRO issues
Failure of RELRO seems to be an upstream problem; buck passed!
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/geography/gpsd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/gpsd/Makefile
diff -u pkgsrc/geography/gpsd/Makefile:1.50 pkgsrc/geography/gpsd/Makefile:1.51
--- pkgsrc/geography/gpsd/Makefile:1.50 Wed Aug 19 12:30:04 2020
+++ pkgsrc/geography/gpsd/Makefile Wed Aug 19 14:22:50 2020
@@ -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:
Home |
Main Index |
Thread Index |
Old Index