From: Filipe Brandenburger Date: Tue, 9 Feb 2016 23:13:43 +0000 (-0800) Subject: travis: Remove workaround for libtool install of pylibmount X-Git-Tag: v2.28-rc1~109^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05894f05bd96b0de2ea0d1ea930acc15b75a9406;p=thirdparty%2Futil-linux.git 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 --- diff --git a/.travis-functions.sh b/.travis-functions.sh index e35d8708c3..bbfdf1f13b 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