Commit 769d42c1 authored by Jérome Perrin's avatar Jérome Perrin

component/nano: add missing rpath to zlib

parent 2a958827
...@@ -2,8 +2,9 @@ ...@@ -2,8 +2,9 @@
parts = parts =
nano nano
extends = extends =
../file/buildout.cfg ../file/buildout.cfg
../zlib/buildout.cfg
../ncurses/buildout.cfg ../ncurses/buildout.cfg
[nano] [nano]
...@@ -17,8 +18,8 @@ location = @@LOCATION@@ ...@@ -17,8 +18,8 @@ location = @@LOCATION@@
environment= environment=
PKG_CONFIG=false PKG_CONFIG=false
NCURSESW_CONFIG=${ncurses:location}/bin/ncursesw6-config NCURSESW_CONFIG=${ncurses:location}/bin/ncursesw6-config
CPPFLAGS=-I${file:location}/include CPPFLAGS=-I${file:location}/include -I${zlib:location}/include
LDFLAGS=-L${file:location}/lib/ -Wl,-rpath=${file:location}/lib/ LDFLAGS=-L${file:location}/lib/ -Wl,-rpath=${file:location}/lib/ -L${zlib:location}/lib/ -Wl,-rpath=${zlib:location}/lib/
post-install = post-install =
cd ${:location} && mkdir etc && cd ${:location} && mkdir etc &&
echo include "${:location}/share/nano/*.nanorc" > etc/nanorc echo include "${:location}/share/nano/*.nanorc" > etc/nanorc
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