summaryrefslogtreecommitdiffstats
path: root/.travis-functions.sh
diff options
context:
space:
mode:
authorFilipe Brandenburger2016-02-10 00:13:43 +0100
committerFilipe Brandenburger2016-02-10 00:15:33 +0100
commit05894f05bd96b0de2ea0d1ea930acc15b75a9406 (patch)
tree4824990892533d40eff984efcaa764fac69bd6d1 /.travis-functions.sh
parentlibsmartcols: use libscols_cell for title (diff)
downloadkernel-qcow2-util-linux-05894f05bd96b0de2ea0d1ea930acc15b75a9406.tar.gz
kernel-qcow2-util-linux-05894f05bd96b0de2ea0d1ea930acc15b75a9406.tar.xz
kernel-qcow2-util-linux-05894f05bd96b0de2ea0d1ea930acc15b75a9406.zip
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 <filbranden@google.com>
Diffstat (limited to '.travis-functions.sh')
-rwxr-xr-x.travis-functions.sh4
1 files changed, 0 insertions, 4 deletions
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