From: Karel Zak Date: Thu, 5 Mar 2015 14:34:42 +0000 (+0100) Subject: build-sys: remove static builds from make-check X-Git-Tag: v2.27-rc1~402 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=948b87581e7f1a430f258e169282a1755bb68edd;p=thirdparty%2Futil-linux.git build-sys: remove static builds from make-check .. temporary, the final solution has to cleanup timer_* functions usage. The function are unnecessary for libmount, but we use lib/monotme.c in the library and it probably requires -lrt and *also* -lpthread for static builds. Signed-off-by: Karel Zak --- diff --git a/Makefile.am b/Makefile.am index 391de3dfb1..9e7d8f0868 100644 --- a/Makefile.am +++ b/Makefile.am @@ -178,7 +178,6 @@ DISTCHECK_CONFIGURE_FLAGS = \ --disable-use-tty-group \ --disable-silent-rules \ --enable-all-programs \ - --enable-static-programs \ --enable-gtk-doc \ --with-python \ --with-bashcompletiondir=$$dc_install_base/$(bashcompletiondir) \