]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
travis: Remove workaround for libtool install of pylibmount
authorFilipe Brandenburger <filbranden@google.com>
Tue, 9 Feb 2016 23:13:43 +0000 (15:13 -0800)
committerFilipe Brandenburger <filbranden@google.com>
Tue, 9 Feb 2016 23:15:33 +0000 (15:15 -0800)
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>
.travis-functions.sh

index e35d8708c3f9c9bb348180eb2911f5d6826f94bd..bbfdf1f13bcdf16579c8cd386a4b000b1634a2a7 100755 (executable)
@@ -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