commit: 8b59ddedcfc1c121f614d212a44d7f7ed213d75b Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sun Feb 28 17:14:28 2016 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sun Feb 28 17:14:28 2016 +0000 URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=8b59dded
travis.yml: pull in ibattr1-dev .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8782804..6d15027 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ compiler: - clang before_install: - sudo apt-get update -qq - - sudo apt-get install autotools-dev automake autoconf libtool libelf-dev + - sudo apt-get install libattr1-dev autotools-dev automake autoconf libelf-dev libtool script: - ./autogen.sh - ./configure
