summaryrefslogtreecommitdiffstats
path: root/src/pkgconf.mk
Commit message (Collapse)AuthorAgeFilesLines
* mxe-conf.cmake: Prepend CMAKE_MODULE_PATH instead of overwriting itTimothy Gu2014-10-201-1/+1
| | | | | | Fixes compilation of Armadillo. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* mxe-conf.cmake: Workaround buggy windres rulesTimothy Gu2014-10-151-2/+3
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* move CMAKE_MODULE_PATH into toolchain configMartin Müllenhaupt2014-10-081-0/+1
|
* pkgconf: work around for buggy FindOpenSSL.cmakeTimothy Gu2014-09-221-1/+2
| | | | | | | | | | | | FindOpenSSL.cmake bundled with cmake older than 2.8.12-rc1 uses CMAKE_CROSS_COMPILING, which is incorrect because the real variable name is CMAKE_CROSSCOMPILING. Because it is not possible to modify users' CMake installation, work around it here. This fixes building libwebsockets on Ubuntu 13.10. (I only tested 14.04 when merging the pull request.) Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Fix GitHub update routineTimothy Gu2014-08-021-5/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* package pkgconf: remove symlink to pkg-config and invoke pkgconf directly in ↵Tony Theodore2014-04-101-2/+1
| | | | wrapper script
* various packages: enable shared buildsTony Theodore2014-02-101-0/+1
|
* Makefile and pkgconf: move external tools separate directoryTony Theodore2014-02-091-1/+1
|
* Makefile docs and pkgconf: add support for shared|static variantsTony Theodore2014-02-091-2/+2
|
* mxe configury: build native pkgconf and centralise various conf filesTony Theodore2014-02-081-2/+60
| | | | | | Since we need pkgconf for Cflags.private support, it seems like a logical place for these types of config files instead of being spread over Makefile, binutils, and gcc.
* package pkgconf: disable updatesTony Theodore2013-10-201-1/+6
|
* package pkgconf: add automake dependencyTony Theodore2013-09-121-1/+1
|
* native packages: tidy up and install to BUILD prefix to avoid conflictsTony Theodore2013-08-251-3/+3
|
* Revert "update package pkgconf"Tony Theodore2013-08-241-2/+2
| | | | This reverts commit 68a73a314cbef967e5122e21c7b8e1fac8f59f49.
* update package pkgconfTony Theodore2013-08-241-2/+2
|
* add package pkgconf (optional native build)Tony Theodore2013-08-211-0/+26