]> git.ipfire.org Git - thirdparty/util-linux.git/commit
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)
commit948b87581e7f1a430f258e169282a1755bb68edd
treec3b601ba9e4301a9cd6b525e0b4486dc96e938df
parentb9dedd3d34cb6d340c7dc229b598d4580c704c8c
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>
Makefile.am