Commit 4832ece7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e8ab3b40
......@@ -84,7 +84,7 @@ md5sum = b547df6f6efe841466def20531770923
[ru_capdo.c]
_update_hash_filename_ = ru/capdo.c
md5sum = 1accf8bab713629c546921f65a792518
md5sum = 71b28403a04cc7bf756aac7e28fa97f1
[template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg
......
......@@ -22,7 +22,8 @@ parts +=
[netcapdo]
recipe = plone.recipe.command
exe = ${buildout:directory}/netcapdo
command = gcc -o ${:exe} ${ru_capdo.c:target}
command = gcc ${:ccflags} -o ${:exe} ${ru_capdo.c:target} -lcap
ccflags = -I${libcap:location}/include -L${libcap:location}/lib
stop-on-error = true
[setcap-netcapdo]
......
......@@ -15,6 +15,7 @@ extends =
../../component/dnsmasq/buildout.cfg
../../component/fluent-bit/buildout.cfg
../../component/openssh/buildout.cfg
../../component/libcap/buildout.cfg
ru/buildout.cfg
parts +=
......
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