Commit dd259400 authored by Łukasz Nowak's avatar Łukasz Nowak

Link and compile against locally provided pcre.

parent c784a9e5
[buildout] [buildout]
extends =
pcre.cfg
parts = parts =
grep grep
...@@ -7,4 +9,5 @@ recipe = hexagonit.recipe.cmmi ...@@ -7,4 +9,5 @@ recipe = hexagonit.recipe.cmmi
url = http://ftp.gnu.org/gnu/grep/grep-2.8.tar.gz url = http://ftp.gnu.org/gnu/grep/grep-2.8.tar.gz
md5sum = cb2dfc502c5afc7a4a6e5f6cefd6850e md5sum = cb2dfc502c5afc7a4a6e5f6cefd6850e
environment = environment =
LDFLAGS =-Wl,--as-needed PKG_CONFIG_PATH=${pcre:location}/lib/pkgconfig
LDFLAGS =-Wl,--as-needed -Wl,-rpath -Wl,${pcre: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