mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-03 07:23:23 +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
|
||||
|
||||
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_LDADD = @CAP_LIBS@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user