Re: [cdesktopenv-devel] [PATCH] detect libm and libdl

2022-07-31 Thread Jon Trulson
On 7/30/22 19:58, Chase via cdesktopenv-devel wrote: This is based off of current master instead of the libmd patch as it doesn't seem like it will be merged (though I could edit it to build on all systems except linux so no wiki edits need be made). Thank you for your time, I've merged this

Re: [cdesktopenv-devel] [PATCH] Use system md5

2022-07-31 Thread Jon Trulson
On 7/27/22 22:09, Chase wrote: NetBSD and OpenBSD have this function in their libc, FreeBSD and opensolaris have this function in a bundled libmd with the system. Linux is the only system it doesn't come with and it can be installed on most systems as libmd or libbsd (this one is deprecated). I

Re: [cdesktopenv-devel] [PATCH] remove obsolete code from dthelp parser

2022-07-31 Thread Jon Trulson
On 7/30/22 18:48, Chase via cdesktopenv-devel wrote: This removes a lot of code that either wasn't being compiled or wasn't used in the code. I would like to eventually refactor this code to use standard posix calls and merge all the sources into one with ifdefs for each program. Thank you fo