mirror of
git://github.com/lxc/lxc
synced 2025-09-01 00:15:11 +00:00
Merge pull request #2743 from 2xsec/build
fix install error when using --disable-commands option
This commit is contained in:
@@ -463,8 +463,10 @@ install-exec-local: install-libLTLIBRARIES
|
|||||||
ln -sf liblxc.so.@LXC_ABI@ liblxc.so.$(firstword $(subst ., ,@LXC_ABI@)); \
|
ln -sf liblxc.so.@LXC_ABI@ liblxc.so.$(firstword $(subst ., ,@LXC_ABI@)); \
|
||||||
ln -sf liblxc.so.$(firstword $(subst ., ,@LXC_ABI@)) liblxc.so
|
ln -sf liblxc.so.$(firstword $(subst ., ,@LXC_ABI@)) liblxc.so
|
||||||
|
|
||||||
|
if ENABLE_COMMANDS
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
chmod u+s $(DESTDIR)$(libexecdir)/lxc/lxc-user-nic
|
chmod u+s $(DESTDIR)$(libexecdir)/lxc/lxc-user-nic
|
||||||
|
endif
|
||||||
|
|
||||||
uninstall-local:
|
uninstall-local:
|
||||||
$(RM) $(DESTDIR)$(libdir)/liblxc.so*
|
$(RM) $(DESTDIR)$(libdir)/liblxc.so*
|
||||||
|
Reference in New Issue
Block a user