From 05894f05bd96b0de2ea0d1ea930acc15b75a9406 Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Tue, 9 Feb 2016 15:13:43 -0800 Subject: travis: Remove workaround for libtool install of pylibmount Commit 324330aca6443d ("build-sys: Properly order install dependencies of pylibmount") introduces a proper make dependency for the install rules, in a way that the workaround is no longer necessary. Tested that a PR with this commit passes Travis-CI. Signed-off-by: Filipe Brandenburger --- .travis-functions.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to '.travis-functions.sh') diff --git a/.travis-functions.sh b/.travis-functions.sh index e35d8708c..bbfdf1f13 100755 --- a/.travis-functions.sh +++ b/.travis-functions.sh @@ -103,10 +103,6 @@ function travis_before_script ./autogen.sh ret=$? - # workaround for broken pylibmount install relink - [ $ret -eq 0 ] && \ - sed -i 's/\(link_all_deplibs\)=no/\1=unknown/' ./configure - set +o xtrace popd return $ret -- cgit v1.2.3-55-g7522