mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
updated packaging scripts to use sqlcipher system package
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7553 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0697f29289
commit
9963cca4a6
4 changed files with 18 additions and 6 deletions
|
@ -12,10 +12,10 @@ build-stamp: builddir/Makefile
|
|||
dh_testdir
|
||||
# Add here commands to compile the package.
|
||||
cd libssh-0.5.4 && mkdir build && cd build && cmake -DWITH_STATIC_LIB=ON .. && make
|
||||
cd sqlcipher && ./configure --disable-shared --enable-static --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto" && make
|
||||
#cd sqlcipher && ./configure --disable-shared --enable-static --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto" && make
|
||||
mkdir lib
|
||||
cp -r libssh-0.5.4 lib/
|
||||
cp -r sqlcipher lib/
|
||||
#cp -r sqlcipher lib/
|
||||
#cd src/rsctrl/src && make
|
||||
cd src && qmake-qt4 CONFIG=release RetroShare.pro && make
|
||||
touch $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue