Skip to content
  1. Jun 05, 2010
    • Peter Korsgaard's avatar
      libidn: fix build with config.cache, autoconf and emacs · 168f3b6e
      Peter Korsgaard authored
      
      
      libidn contains a few elisp files, and it's configure script checks for
      emacs to know if it should install them. This is not important for BR as
      we don't have emacs, but configure fails if it's available on the host,
      config.cache is used and autoconf has already been used as that loads
      EMACS="no" into the cache.
      
      Fix it by also setting EMACS="no" here.
      
      At the same time, fix up trailing spaces in Config.in.
      
      Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
      168f3b6e
  2. Jun 02, 2010
  3. Jun 01, 2010
  4. May 30, 2010
  5. May 29, 2010
  6. May 28, 2010
  7. May 27, 2010
  8. May 26, 2010
  9. May 25, 2010
  10. May 24, 2010
    • Peter Korsgaard's avatar
      pciutils: fix access to pci.ids and make update-pciids work with busybox wget · 096b21e5
      Peter Korsgaard authored
      
      
      Closes #1819
      
      Fix two issues with pciutils:
      
      - pciutils would look in /usr/share/misc for pci.ids, but install it in
        /usr/share. This is because pciutils doesn't use a ./configure script,
        so we have to also provide the configuration (make) arguments when
        we run make install as well. Fix it by making it look into /usr/share
        as that's simpler to do, and is what upstream does.
      
      - the update-pciids script would call wget with the --no-timestamping
        option, which isn't supported by busybox wget. Fix it by simply
        removing that option as it isn't really critical.
      
      Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
      096b21e5
  11. May 23, 2010
    • Peter Korsgaard's avatar
      icu: fix build with gcc >= 4.4 / JLEVEL > 1 · da86b5ac
      Peter Korsgaard authored
      
      
      Fix two issues with the icu build:
      - icu source contains an #elif without any arguments, which g++ >= 4.4
        flags as an error. This is both an issue for target and host build,
        so restructure the .mk so any *both*patch is applied to both builds
        (the other patches would cause trouble with host builds)
      - icu build system isn't parallel make safe, use MAKE1
      
      Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
      da86b5ac
  12. May 22, 2010
  13. May 21, 2010
  14. May 20, 2010
  15. May 19, 2010
  16. May 18, 2010
  17. May 16, 2010
Loading