mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-08 12:18:51 +00:00
Fix building init.lxc.static under bionic
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
07ffb1303e
commit
77ae87cdeb
@ -234,6 +234,13 @@ lxc_usernsexec_SOURCES = lxc_usernsexec.c
|
|||||||
lxc_user_nic_SOURCES = lxc_user_nic.c network.c network.h
|
lxc_user_nic_SOURCES = lxc_user_nic.c network.c network.h
|
||||||
|
|
||||||
init_lxc_static_SOURCES = lxc_init.c error.c log.c utils.c caps.c
|
init_lxc_static_SOURCES = lxc_init.c error.c log.c utils.c caps.c
|
||||||
|
|
||||||
|
if !HAVE_GETLINE
|
||||||
|
if HAVE_FGETLN
|
||||||
|
init_lxc_static_SOURCES += ../include/getline.c
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
init_lxc_static_LDFLAGS = -static
|
init_lxc_static_LDFLAGS = -static
|
||||||
init_lxc_static_LDADD = @CAP_LIBS@
|
init_lxc_static_LDADD = @CAP_LIBS@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user