Skip to content

Commit

Permalink
Adding lib path in the compiling phase
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>

Fixed build path

Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Aug 14, 2021
1 parent 4e3caab commit e57d3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildlightning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ git clone https://github.com/clightning4j/esplora_clnd_plugin.git
cd esplora_clnd_plugin && git checkout master && cd ..
cp esplora_clnd_plugin/esplora.c plugins/
# sed -i 's/LDLIBS = /LDLIBS = -lcurl -lssl -lcrypto /g' Makefile
sed -i -e '/LDLIBS =/s/$/ -lcurl -lssl -lcrypto/' Makefile
sed -i -e '/LDLIBS =/s/$/ -L${BUILDROOT}\/lib\/ -lcurl -lssl -lcrypto/' Makefile
patch -p1 < esplora_clnd_plugin/Makefile.patch

# build external libraries and source
Expand Down

0 comments on commit e57d3f4

Please sign in to comment.