Minor build fixes. Link against tinycdb shared library instead of static lib to fix 'relocation R_X86_64_PC32 against undefined symbol' error on 64-bit. Remove deleted scripts from ubuntu/Makefile.am.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035165 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da521c2a4e
commit
bab50be6e3
2 changed files with 3 additions and 3 deletions
|
|
@ -80,8 +80,8 @@ cd $build
|
|||
wget http://www.corpit.ru/mjt/tinycdb/tinycdb_0.77.tar.gz
|
||||
tar xzf tinycdb_0.77.tar.gz
|
||||
cd tinycdb-0.77
|
||||
make
|
||||
make prefix=$build/tinycdb-0.77-bin install
|
||||
make all shared
|
||||
make prefix=$build/tinycdb-0.77-bin install-all install-sharedlib
|
||||
if [ "$?" != "0" ]; then
|
||||
exit $?
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue