Brent Cook
Brent Cook
That sounds odd on the surface! It might be helpful if there was an example showing this behavior. We're also almost 5 major release later, so the behavior may be...
Great, thanks!
I'm thinking an addition on the affected headers like this: ``` #ifdef _WIN32 #ifndef LIBRESSL_INTERNAL #define LIBRESSL_IMPORT __declspec(dllimport) #else #define LIBRESSL_IMPORT #endif #else #define LIBRESSL_IMPORT #endif ``` Then a patch...
The rpath issue may be an older libtool problem. If you regenerate the conigure scripts with a newer libtool and all, e.g. 'autoreconf -i' from within fedora 7 with autotools/automake/libtool...
Thanks. Later on if you post your spec file, I can probably help get to the root of it too.
I enabled arm 32-bit optimizations that were already in the tree to begin with. It should help with the cases above.
We have no reason to deallocate threads resources directly yet, so it could be implemented as a no-op stub for now.
try adding `--disable-asm`
Late followup here: The underlying problem I found when looking at this earlier @bcoles is that the openvas-omp Ruby gem has not had any updates from the maintainers in 10...
BTW, here's the upstream PR from a few years back for making the fix suggested originally here: https://github.com/kost/openvas-omp-ruby/pull/4