summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-06-202-6/+6
| | | |
* | | | update: expat, freetds, vmimeMark Brand2017-06-203-6/+6
|/ / /
* | | Merge pull request #1788 from mabrand/clean-cflags-v3Tony Theodore2017-06-204-5/+57
|\ \ \ | | | | | | | | Clean cflags v3
| * | | Revert "sqlite: don't add standard include path to Cflags"Mark Brand2017-06-161-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | No longer necessary since PKG_CONFIG_SYSTEM_INCLUDE_PATH is set. This reverts commit 43214bf7e886bd310965f854dd3a37b64c685bfa.
| * | | Avoid extra mentions of system library path when linkingMark Brand2017-06-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Normally pkg-config would remove the system library path from --libs output. Defining PKG_CONFIG_SYSTEM_LIBRARY_PATH helps it do so. The extra mentions of system library path in the linking commands is unsightly but probabaly harmless.
| * | | qtbase: prevent extra leading / on system include and lib directoriesMark Brand2017-06-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PKG_CONFIG_SYSROOT should not be set because MXE uses fully qualified paths. However, to satisfy the Qt build system's cross-compiling "sanity check", qtbase.mk defines PKG_CONFIG_SYSROOT_DIR=/ This causes pkg-config to prefix the system include and library paths with an extra /. Pkg-config does not strip these prefixed paths from --cflags and --libs output. The workaround here is to remove the PKG_CONFIG_SYSROOT_DIR definition in the wrapper script for pkg-config.
| * | | correct PKG_CONFIG_LIBDIR for qtbaseMark Brand2017-06-161-1/+1
| | | |
| * | | pkgconf: use PKG_CONFIG_SYSTEM_INCLUDE_PATH in wrapperTony Theodore2017-06-151-1/+4
| | | |
| * | | pkgconf: enable PKG_CONFIG_SYSTEM_INCLUDE_PATH environment variableTony Theodore2017-06-151-0/+50
|/ / / | | | | | | | | | from #1785
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-06-142-6/+6
| | |
* | | update: freetype, harfbuzzMark Brand2017-06-142-7/+9
| | | | | | | | | | | | | | | Update requires a second occurence of libfreetype in the static link list to resolved symbols in the second occurence of libharfbuzz.
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-06-142-12/+12
| | |
* | | qtbase: use pkg-config for harfbuzzMark Brand2017-06-141-4/+29
| | |
* | | pixman: add missing libpng to DEPSMark Brand2017-06-141-1/+1
| | |
* | | update: curl, fontconig, freetds, gdb, gnutls, tiffMark Brand2017-06-146-12/+12
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-06-092-4/+4
| | |
* | | sqlite: updateMark Brand2017-06-091-2/+2
| | |
* | | libgcrypt: updateMark Brand2017-06-041-2/+2
| | |
* | | sqlite: don't add standard include path to CflagsMark Brand2017-06-021-0/+3
| | | | | | | | | | | | | | | | | | | | | Explicitly adding the standard include path causes it to end up in -isystem of gcc invocations in Qt builds. This can cause hard to diagnose failures to find system header files when building Qt.
* | | qtbase: don't force c++stdMark Brand2017-06-021-1/+0
| | | | | | | | | | | | Qt already uses c++1z/c++14/c++11 by default.
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-06-022-69/+80
| | |
* | | upgrade qt5 packages to Qt 5.9.0Mark Brand2017-06-0234-93/+94
| | |
* | | new package: pcre2Mark Brand2017-06-021-0/+42
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-05-272-2/+2
| | |
* | | openssl: updateMark Brand2017-05-271-2/+2
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-05-262-2/+2
| | |
* | | Merge pull request #1775 from ClearCorrect/cgal_491Boris Nagaev2017-05-261-4/+4
|\ \ \ | |/ / |/| | Updated cgal to 4.9.1.
| * | Fixed url.Robert Marsa2017-05-261-1/+1
| | |
| * | Updated cgal to 4.9.1.Robert Marsa2017-05-251-5/+5
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-05-252-2/+2
| | |
* | | sqlite: updateMark Brand2017-05-251-2/+2
|/ /
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-05-242-2/+2
| |
* | sqlite: updateMark Brand2017-05-241-2/+2
| |
* | add gcc7 pluginMark Brand2017-05-241-0/+24
| |
* | libidn: gcc-7 compatibilityMark Brand2017-05-242-7/+1037
| |
* | aspell: gcc 7 build fixMark Brand2017-05-241-0/+36
| |
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-05-201-5/+5
| |
* | Merge pull request #1743 from tonytheodore/build-matrixBoris Nagaev2017-05-201-1/+2
|\ \ | | | | | | build-matrix: fix detection of native virtual packages
| * | build-matrix: fix detection of native virtual packagesTony Theodore2017-04-031-1/+2
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-05-202-2/+2
| | |
* | | update gnutlsMark Brand2017-05-201-2/+2
| | |
* | | let gnutls use libidn2Mark Brand2017-05-202-2/+60
| | | | | | | | | | | | | | | | | | | | | Gnutls is supposed to be able to detect and use libidn2, but it tries to do this without pkg-config, in a way that doesn't consider transitive dependencies. Using pkg-config with libidn2.pc seems to work okay with MXE's version of libidn2.
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-05-191-4/+4
| | |
* | | Merge pull request #1771 from vszakats/sslBoris Nagaev2017-05-1911-20/+20
|\ \ \ | | | | | | | | secure URLs
| * | | secure URLsViktor Szakats2017-05-1911-20/+20
|/ / /
* | | Merge pull request #1770 from LuaAndC/libsoup-no-apacheBoris Nagaev2017-05-191-0/+1
|\ \ \ | | | | | | | | libsoup: do not use Apache
| * | | libsoup: do not use ApacheBoris Nagaev2017-05-191-0/+1
|/ / / | | | | | | | | | fix https://github.com/mxe/mxe/issues/1768
* | | Merge pull request #1754 from LuaAndC/tor-0.3.0.6Boris Nagaev2017-05-193-56/+17
|\ \ \ | | | | | | | | Update tor to 0.3.0.7, enable build out-of-tree, install with -j 1 and enable shared targets
| * | | tor: enable shared targetsBoris Nagaev2017-05-181-2/+0
| | | |
| * | | tor: build out-of-tree, install -j 1Boris Nagaev2017-05-181-4/+5
| | | |