From: Evgeny Vereshchagin Date: Thu, 6 Aug 2020 16:10:28 +0000 (+0000) Subject: travis: turn off libmount on OSX X-Git-Tag: v2.37-rc1~531^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67884c75e2deaecd0b248ce559ade4c499e6d516;p=thirdparty%2Futil-linux.git travis: turn off libmount on OSX Now that the absence of the sscanf modifiers no longer prevents Travis from building libmount automatically it seems util-linux is failing to compile there with ``` In file included from disk-utils/fsck.c:49: [1m./libmount/src/libmount.h:32:10: [0m[0;1;31mfatal error: [0m[1m'mntent.h' file not found[0m [0;1;32m ^~~~~~~~~~ [0m1 error generated. make[2]: *** [disk-utils/fsck-fsck.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ``` Signed-off-by: Evgeny Vereshchagin --- diff --git a/.travis-functions.sh b/.travis-functions.sh index 9cdc2357fa..ae7b683ddf 100755 --- a/.travis-functions.sh +++ b/.travis-functions.sh @@ -256,6 +256,7 @@ function osx_install_script OSX_CONFOPTS=" --disable-ipcrm \ --disable-ipcs \ + --disable-libmount \ " # workaround: glibtoolize could not find sed