Commit 1b100a57 authored by Łukasz Nowak's avatar Łukasz Nowak

component/kerberos: Enforce SlapOS provided components

parent 23be27f6
Pipeline #30789 passed with stage
in 0 seconds
[buildout] [buildout]
extends = extends =
../bison/buildout.cfg ../bison/buildout.cfg
../m4/buildout.cfg
../openssl/buildout.cfg
parts = parts =
kerberos kerberos
...@@ -18,4 +20,6 @@ configure-options = ...@@ -18,4 +20,6 @@ configure-options =
--without-tcl --without-tcl
--without-keyutils --without-keyutils
environment = environment =
PATH=${bison:location}/bin:%(PATH)s PATH=${m4:location}/bin:${bison:location}/bin:%(PATH)s
CPPFLAGS=-I${openssl:location}/include
LDFLAGS=-Wl,-rpath=${openssl:location}/lib -L${openssl:location}/lib
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