]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: support unshare.static
authorGeorg Schiesser <georg.schiesser@opentech.at>
Tue, 5 May 2015 11:19:51 +0000 (13:19 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 18 May 2015 09:46:05 +0000 (11:46 +0200)
commitfddfd4e08b72aa39d577696ce0dc1b20f973bc29
tree955eba81983ee1b9ece749126bb2b8c8744aaa4a
parentc5ad7b59acc8b12fa2c10624bbf12dc20910f88d
build-sys: support unshare.static

This patch adds support for building a static version of unshare.
We need to add unshare to the list of possible static programs, and
provide build flags for the compiler and linker, which are equivalent to
the flags of the non-static program, except additional static linking.
See also: commit 2fa60c5 build-sys: support nsenter.static

Signed-off-by: Georg Schiesser <georg.schiesser@opentech.at>
configure.ac
sys-utils/Makemodule.am