summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2018-10-07 22:28:19 +0200
committerDaniel Gustafsson <daniel@yesql.se>2018-10-07 22:28:19 +0200
commitc1af9b7690fa3d4c77b7abb08632e69748cb03b4 (patch)
tree684faa67ad38467eab158c237c95de0d9ea821af
parentb6bcb6e689c3d146fe8f53b94b15de07287d39e6 (diff)
downloadcurl-c1af9b7690fa3d4c77b7abb08632e69748cb03b4.tar.gz
TODO: add LD_PRELOAD support on macOS
Add DYLD_INSERT_LIBRARIES support to the TODO list. Reported in #2394.
-rw-r--r--docs/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 4275b8826..f82be0778 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -171,6 +171,7 @@
20.4 more platforms supported
20.5 Add support for concurrent connections
20.6 Use the RFC6265 test suite
+ 20.7 Support LD_PRELOAD on macOS
21. Next SONAME bump
21.1 http-style HEAD output for FTP
@@ -1173,6 +1174,11 @@ that doesn't exist on the server, just like --ftp-create-dirs.
curl with that test suite and detect deviances. Ideally, that would even be
incorporated into our regular test suite.
+20.7 Support LD_PRELOAD on macOS
+
+ LD_RELOAD doesn't work on macOS, but there are tests which require it to run
+ properly. Look into making the preload support in runtests.pl portable such
+ that it uses DYLD_INSERT_LIBRARIES on macOS.
21. Next SONAME bump