mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-25 09:51:52 +00:00
Fix linking problems with libcap
Correctly link to libcap to avoid underlinking and unused direct dependency problems. Signed-off-by: Ozan Caglayan <ozan@pardus.org.tr> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
parent
1e499b1158
commit
a52455f2d5
@ -59,7 +59,7 @@ liblxc_so_LDFLAGS = \
|
||||
-shared \
|
||||
-Wl,-soname,liblxc.so.$(firstword $(subst ., ,$(VERSION)))
|
||||
|
||||
liblxc_so_LDADD = -lutil
|
||||
liblxc_so_LDADD = -lutil $(CAP_LIBS)
|
||||
|
||||
bin_SCRIPTS = \
|
||||
lxc-ps \
|
||||
|
Loading…
Reference in New Issue
Block a user