Commit a52455f2 by Ozan Caglayan Committed by Daniel Lezcano

Fix linking problems with libcap

Correctly link to libcap to avoid underlinking and unused direct dependency problems. Signed-off-by: 's avatarOzan Caglayan <ozan@pardus.org.tr> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 1e499b11
...@@ -59,7 +59,7 @@ liblxc_so_LDFLAGS = \ ...@@ -59,7 +59,7 @@ liblxc_so_LDFLAGS = \
-shared \ -shared \
-Wl,-soname,liblxc.so.$(firstword $(subst ., ,$(VERSION))) -Wl,-soname,liblxc.so.$(firstword $(subst ., ,$(VERSION)))
liblxc_so_LDADD = -lutil liblxc_so_LDADD = -lutil $(CAP_LIBS)
bin_SCRIPTS = \ bin_SCRIPTS = \
lxc-ps \ lxc-ps \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment