Nettle: requires m4 component.

parent 3b15208e
[buildout] [buildout]
extends = ../gmp/buildout.cfg extends =
../gmp/buildout.cfg
../m4/buildout.cfg
[nettle-lib-location.patch] [nettle-lib-location.patch]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
...@@ -19,5 +21,6 @@ configure-option = ...@@ -19,5 +21,6 @@ configure-option =
--disable-assembler --disable-assembler
--disable-openssl --disable-openssl
environment = environment =
PATH=${m4:location}/bin:%(PATH)s
CPPFLAGS=-I${gmp:location}/include CPPFLAGS=-I${gmp:location}/include
LDFLAGS=-L${gmp:location}/lib -Wl,-rpath=${gmp:location}/lib LDFLAGS=-L${gmp:location}/lib -Wl,-rpath=${gmp: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