Skip to content
Snippets Groups Projects
  1. Dec 07, 2017
    • Sebastian Kemper's avatar
      baresip: fix build failure on 32bit x86 targets · d3a784ca
      Sebastian Kemper authored
      
      re and baresip builds for 32bit x86 targets are currently failing:
      
      build-i386/sip/auth.o: In function `sip_auth_encode':
      /build/lede-snapshots/i386_pentium/build/sdk/build_dir/target-i386_pentium_musl/re-0.5.6/src/sip/auth.c:279: undefined reference to `__stack_chk_fail_local'
      
      The undefined references occur because there is no linking done to ssp.
      Fix this by setting LD to TARGET_CC, so ld is not called directly. This
      also means one patch is not needed anymore.
      
      Do the same for rem and restund as they basically all share the same
      build system.
      
      Compile-tested for x86, x86_64 and mips.
      
      Signed-off-by: default avatarSebastian Kemper <sebastian_ml@gmx.net>
      d3a784ca
  2. Nov 28, 2017
  3. Nov 26, 2017
  4. Nov 07, 2017
  5. Sep 12, 2017
  6. Jan 07, 2017
  7. May 31, 2016
  8. May 20, 2016
  9. Apr 05, 2016
  10. Aug 12, 2015
  11. Jul 22, 2015
  12. Jun 28, 2015
  13. Jan 04, 2015
  14. Dec 28, 2014
  15. Nov 04, 2014
  16. Oct 28, 2014
  17. Aug 11, 2014
  18. Aug 05, 2014
  19. Jun 26, 2014
  20. Mar 26, 2014
  21. Jan 30, 2014
  22. Jan 29, 2014
  23. Oct 16, 2013
  24. Sep 07, 2013
  25. Jun 21, 2013
  26. Jun 02, 2013
  27. Apr 04, 2013
Loading