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

.

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