]> granicus.if.org Git - curl/commitdiff
TODO: add LD_PRELOAD support on macOS
authorDaniel Gustafsson <daniel@yesql.se>
Sun, 7 Oct 2018 20:28:19 +0000 (22:28 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Sun, 7 Oct 2018 20:28:19 +0000 (22:28 +0200)
Add DYLD_INSERT_LIBRARIES support to the TODO list. Reported in #2394.

docs/TODO

index 4275b88267750727b9b6366084d2b13b7d7bd3a1..f82be0778bcfc34ae74b70ab01598f21cf756e44 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  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