Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libotr: add test | Boris Nagaev | 2017-03-20 | 1 | -0/+5 |
| | |||||
* | libotr: add libiconv dependency | Boris Nagaev | 2017-03-20 | 1 | -1/+1 |
| | | | | | | | | | Prevent it from being an optional undeclared dependency. (See https://github.com/mxe/mxe/issues/1111 for the context.) From the build log: -lgcrypt -lgpg-error -lintl -liconv ... -o libotr.la | ||||
* | libotr: add libgpg_error dependency | Boris Nagaev | 2017-03-20 | 1 | -1/+1 |
| | | | | | | | | libotr's INSTALL file says: > To compile the OTR library and toolkit, you'll need at least: > - libgpg-error 1.0 [ftp://ftp.gnupg.org/gcrypt/libgpg-error/] > - libgcrypt 1.2.0 [ftp://ftp.gnupg.org/gcrypt/libgcrypt/] | ||||
* | libotr: do not install man pages and binaries | Boris Nagaev | 2017-03-20 | 1 | -2/+3 |
| | |||||
* | libotr: build out-of-tree | Boris Nagaev | 2017-03-20 | 1 | -5/+4 |
| | |||||
* | libotr: provide build of shared libraries | Boris Pek | 2017-03-20 | 1 | -3/+5 |
| | |||||
* | add package libotr | Boris Pek | 2017-03-20 | 1 | -0/+27 |