1. 13 Jun, 2016 2 commits
    • travis: test VPATH builds · dafca213
      Aleksandr Mezin authored
      It looks like VPATH (split source and build directories) builds
      are frequently broken. So let's test them on travis-ci.
      
      Personally I use VPATH build in my deployment scripts.
      Signed-off-by: 's avatarAleksandr Mezin <mezin.alexander@gmail.com>
    • Fix redefinition of struct in6_addr · 340f3a48
      Jörg Krause authored
      struct in6_addr is both defined in the C library header <netinet/in.h>
      and the Linux kernel header <linux/in6.h>.
      
      lxc_user_nic.c includes both <netinet/in.h> and <linux/if_bridge.h>. The
      later one includes <linux/in6.h>.
      
      This breaks build with the musl libc:
        error: redefinition of ‘struct in6_addr’
      
      As lxc_user_nic.c does not use any references from <linux/if_bridge.h> it
      is safe to remove this header.
      Signed-off-by: 's avatarJörg Krause <joerg.krause@embedded.rocks>
  2. 16 May, 2016 1 commit
  3. 11 May, 2016 26 commits
  4. 18 Apr, 2016 11 commits