Skip to content
  • Akira TAGOH's avatar
    Fix the dynamic loading issue on NetBSD · 5e029db4
    Akira TAGOH authored
    On NetBSD, it is not supported to load a library linked against
    libpthread into a program that wasn't (since the C library provides
    stubs for some pthread-functions, which might have already been called
    before libpthread is loaded, leading to problems).
    
    Patch from Matthias Drochner
    5e029db4