mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 11:16:34 -04:00
Merge pull request #248 from heini/sqlcipher_needs_fpic
sqlcipher needs to be compiled with -fPIC on RHEL/Fedora.
This commit is contained in:
commit
2f3350fa06
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ This package provides a plugin for RetroShare, a secured Friend-to-Friend commun
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd lib/sqlcipher
|
cd lib/sqlcipher
|
||||||
./configure --disable-shared --enable-static --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
|
./configure --disable-shared --enable-static --enable-tempstore=yes CFLAGS="-fPIC -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
|
||||||
make
|
make
|
||||||
cd -
|
cd -
|
||||||
cd src
|
cd src
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue