Commit 61de0f9c authored by Łukasz Nowak's avatar Łukasz Nowak

component/libcap: Use SlapOS provided gperf

parent cfc7bb01
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
extends = extends =
../attr/buildout.cfg ../attr/buildout.cfg
../gperf/buildout.cfg
parts = libcap parts = libcap
...@@ -19,6 +20,9 @@ make-options = ...@@ -19,6 +20,9 @@ make-options =
LDFLAGS="-L${attr:location}/lib/ -Wl,-rpath=${attr:location}/lib/ -Wl,-rpath=${:location}/lib/" LDFLAGS="-L${attr:location}/lib/ -Wl,-rpath=${attr:location}/lib/ -Wl,-rpath=${:location}/lib/"
install install
environment =
PATH=${gperf:location}/bin:%(PATH)s
# if lib64 exists, then create a symlink from lib to lib64 # if lib64 exists, then create a symlink from lib to lib64
post-install = post-install =
cd ${:location} cd ${:location}
......
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