Skip to content
Snippets Groups Projects
  1. May 08, 2020
    • Peter Wu's avatar
      CMake: ensure libs are built position-independent · 7c8003d5
      Peter Wu authored
      Static libraries have to be built as position-independent, otherwise
      they cannot be linked into a shared library which is built
      position-independent (-fPIC).
      
      Without this, linking objects into libcurl.so fails with:
      
          /usr/bin/ld: libngtcp2.a(ngtcp2_conn.c.o): relocation R_X86_64_PC32 against symbol `__asan_option_detect_stack_use_after_return' can not be used when making a shared object; recompile with -fPIC
      7c8003d5
  2. May 06, 2020
  3. May 05, 2020
  4. May 04, 2020
  5. May 03, 2020
  6. May 01, 2020
  7. Apr 30, 2020
  8. Apr 29, 2020
  9. Apr 28, 2020
  10. Apr 26, 2020
  11. Apr 25, 2020
  12. Apr 24, 2020