aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-08 14:42:50 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-08 19:45:20 +0200
commit02e8ef6fd939e9df9dffc8511f5eb7e11ee6992b (patch)
tree3607249f4aa57cb4d6299bc52932eb4267b9e862 /TODO
parente9390aeaaa3d4a6c6af5478bfd7a5fd6b2373087 (diff)
downloadqpdf-02e8ef6fd939e9df9dffc8511f5eb7e11ee6992b.tar.zst
TODO note about linux binary distribution runpath
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6bebbddb..6fc37cad 100644
--- a/TODO
+++ b/TODO
@@ -10,6 +10,10 @@ In order:
Other (do in any order):
+* Check about runpath in the linux-bin distribution. I think the
+ appimage build specifically is setting the runpath, which is
+ actually desirable in this case. Make sure to understand and
+ document this. Maybe add a check for it in the build.
* See if I can change all output and error messages issued by the
library, when context is available, to have a pipeline rather than a
FILE* or std::ostream. This makes it possible for people to capture