]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: remove static builds from make-check
authorKarel Zak <kzak@redhat.com>
Thu, 5 Mar 2015 14:34:42 +0000 (15:34 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 5 Mar 2015 14:34:42 +0000 (15:34 +0100)
.. 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>
Makefile.am

index 391de3dfb136a992197ec793ff2a90f9f55c18e8..9e7d8f08684ecd6876d2d17175615145e6864cca 100644 (file)
@@ -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) \