FellowTraveler / Open-Transactions-old

Open-Transactions democratizes financial and monetary actions. You can use it for issuing currencies/stock, paying dividends, creating asset accounts, sending/receiving digital cash, writing/depositing cheques, cashier's cheques, creating basket currencies, trading on markets, scripting custom agreements, recurring payments, escrow, etc. Open-Transactions uses strong crypto. The balances are unchangeable (even by a malicious server.) The receipt history is destructible. The transactions are unforgeable. The cash is unlinkable. The cheques are non-repudiable. Etc.
http://opentransactions.org
407 stars 84 forks source link

Set global -fPIC -DPIC compiler flags gcc. #203

Closed randy-waterhouse closed 11 years ago

randy-waterhouse commented 11 years ago

Before the flags were set only mostly through the -fpic setting in some parts of the library and by the default setting of libtool (in a platform dependent way). This change ensures that these flags are used in all circumstances and used for the whole library.

Also set -fPIC for clang compiler globally.