From 52e19d695517fffedabd28424756175743f511bc Mon Sep 17 00:00:00 2001 From: Italocoin Project <12392580+italocoin-project@users.noreply.github.com> Date: Sun, 25 Mar 2018 18:36:25 +0200 Subject: [PATCH] README: Compile boost with cxxflags=-fPIC cflags=-fPIC Rebased and squashed by moneromooo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f18bd9081..7f5dcf290 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,7 @@ If you are using the older Raspbian Jessie image, compiling Monero is a bit more ``` * Wait ~8 hours ``` - sudo ./bjam install + sudo ./bjam cxxflags=-fPIC cflags=-fPIC -a install ``` * Wait ~4 hours