Skip to content
Snippets Groups Projects
  1. Jun 12, 2012
  2. Jun 11, 2012
  3. Jun 03, 2012
  4. Jun 02, 2012
  5. May 30, 2012
    • Ralph Giles's avatar
      Try linking opus when testing -fPIE. · 1d128b4d
      Ralph Giles authored
      When build against a static libopus (built without -fPIC)
      the final link with -fPIE will fail. It's convenient to
      be able to do this for building against an uninstalled libopus.
      
      Unfortunately this involves moving the -fPIE check until
      after the library checks, so we can add it to the link
      line before testing. We also have to reference a libopus
      symbol to keep the linker from skipping the dependency.
      1d128b4d
  6. May 29, 2012
  7. May 28, 2012
  8. May 27, 2012
  9. May 25, 2012
  10. May 24, 2012
  11. May 23, 2012
Loading