X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=CMakeLists.txt;h=cff47cfa38c4db46e35a8189ffeb62200d5f7475;hb=a4d644228ff60ec2ac8775b64dcaea4608ce6063;hp=a566acdfd259c01b5bf80d817c3398f9a216b4bb;hpb=4fde955062433d76f0601e0cd86219ce0a2f908a;p=oweals%2Fprocd.git diff --git a/CMakeLists.txt b/CMakeLists.txt index a566acd..cff47cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,7 +105,7 @@ endif() IF(JAIL_SUPPORT) ADD_EXECUTABLE(ujail jail/jail.c jail/elf.c jail/fs.c jail/capabilities.c) -TARGET_LINK_LIBRARIES(ujail ${ubox} ${blobmsg_json}) +TARGET_LINK_LIBRARIES(ujail ${ubox} ${ubus} ${blobmsg_json}) INSTALL(TARGETS ujail RUNTIME DESTINATION ${CMAKE_INSTALL_SBINDIR} )