Skip to content
Snippets Groups Projects
  1. Mar 22, 2017
  2. Mar 20, 2017
  3. Mar 16, 2017
  4. Mar 15, 2017
  5. Mar 13, 2017
  6. Mar 04, 2017
    • Florian Fainelli's avatar
      toolchain: Allow external toolchains to specify libthread-db · 7f0c95a7
      Florian Fainelli authored
      
      We need to let external toolchains be able to specify the path and
      specification file to the libthread-db POSIX thread debugging shared
      libraries.
      
      This fixes GDB not being able to be installed because it is depending on
      libthread-db:
      
      Collected errors:
       * satisfy_dependencies_for: Cannot satisfy the following dependencies
       * for gdb:
       *      libthread-db *
       * opkg_install_cmd: Cannot install package gdb.
      
      Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
      7f0c95a7
  7. Mar 02, 2017
  8. Feb 24, 2017
  9. Feb 22, 2017
  10. Feb 21, 2017
  11. Feb 20, 2017
  12. Feb 19, 2017
  13. Feb 17, 2017
  14. Feb 11, 2017
  15. Feb 09, 2017
    • Ben Kelly's avatar
      uclibc++: patch bugfix erase() on derived __base_associative · da0b9110
      Ben Kelly authored
      
      When calling erase() on a containers derived from __base_associative
      (e.g. multimap) and providing a pair of iterators a segfault will
      occur.
      
      Example code to reproduce:
      
      	typedef std::multimap<int, int> testmap;
      	testmap t;
      	t.insert(std::pair<int, int>(1, 1));
      	t.insert(std::pair<int, int>(2, 1));
      	t.insert(std::pair<int, int>(3, 1));
      	t.erase(t.begin(), t.end());
      
      Signed-off-by: default avatarBen Kelly <ben@benjii.net>
      da0b9110
  16. Feb 04, 2017
    • Felix Fietkau's avatar
      libubox: update to the latest version · da93c15f
      Felix Fietkau authored
      
      Adds the following changes:
      
      de3f14b uloop: add uloop_cancelling function
      3b6181b utils: fix build on Mac OS X 10.12
      7f671b1 blobmsg: add support for double
      0fe1374 utils: add helper functions useful for allocating a ring buffer
      8fc1c30 libubox: replace strtok with _r version.
      4a9f74f libubox: allow reading out the pid of uloop process in lua
      372e1e6 uloop: remove useless epoll data assignment
      f9db1cb libubox: allow reading out the remaining time of a uloop timer in Lua
      
      Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
      da93c15f
  17. Jan 29, 2017
  18. Jan 27, 2017
  19. Jan 21, 2017
    • Jo-Philipp Wich's avatar
      libtool: don't clobber host libtool infrastructure · f7987761
      Jo-Philipp Wich authored
      
      The libtool target package stages its files into the host staging directory
      and moves the libltdl library parts from there into the target staging
      directory afterwards.
      
      By doing so, the package essentially renders the host libtool infrastructure
      unusable, leading to the below error in subsequent package builds:
      
          libtoolize: $pkgltdldir is not a directory: `.../hostpkg/share/libtool`
      
      Prevent this problem by using a dedicated libltdl install prefix in order to
      avoid overwriting and moving away preexisting files belonging to tools/libtool.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      f7987761
  20. Jan 18, 2017
  21. Jan 16, 2017
  22. Jan 14, 2017
  23. Jan 13, 2017
  24. Jan 11, 2017
    • Jo-Philipp Wich's avatar
      gettext-full: avoid using iconv for host builds · b95494ba
      Jo-Philipp Wich authored
      
      The gettext-full host build might pick up iconv-stub host build  headers
      during the build, leading to stray linker errors with unresolved references
      to libiconv_open(), libiconv() and libiconv_close().
      
      Since we're not needing iconv support on the host, pass the appropriate
      cache variables to configure to prevent detection and linking of iconv.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      b95494ba
  25. Jan 10, 2017
  26. Jan 09, 2017
  27. Jan 08, 2017
  28. Jan 07, 2017
  29. Jan 03, 2017
  30. Jan 02, 2017
  31. Dec 30, 2016
Loading