summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2015-03-05 15:34:42 +0100
committerKarel Zak2015-03-05 15:34:42 +0100
commit948b87581e7f1a430f258e169282a1755bb68edd (patch)
treec3b601ba9e4301a9cd6b525e0b4486dc96e938df /Makefile.am
parentlib/monotonic: fix compiler warnings (diff)
downloadkernel-qcow2-util-linux-948b87581e7f1a430f258e169282a1755bb68edd.tar.gz
kernel-qcow2-util-linux-948b87581e7f1a430f258e169282a1755bb68edd.tar.xz
kernel-qcow2-util-linux-948b87581e7f1a430f258e169282a1755bb68edd.zip
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 <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 391de3dfb..9e7d8f086 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) \