summaryrefslogtreecommitdiffstats
path: root/src/libotr.mk
Commit message (Collapse)AuthorAgeFilesLines
* libotr: add testBoris Nagaev2017-03-201-0/+5
|
* libotr: add libiconv dependencyBoris Nagaev2017-03-201-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 dependencyBoris Nagaev2017-03-201-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 binariesBoris Nagaev2017-03-201-2/+3
|
* libotr: build out-of-treeBoris Nagaev2017-03-201-5/+4
|
* libotr: provide build of shared librariesBoris Pek2017-03-201-3/+5
|
* add package libotrBoris Pek2017-03-201-0/+27