Age | Commit message (Collapse) | Author |
|
Useful for PKG_CONFIG="pkg-config --static"
|
|
This is the first part of a huge effort to rework the handling of dependencies.
To start, this change allows all supported platforms to build against a static
Qt. 5.2.1 and 5.3 have been successfully tested against osx64, win32, win64,
linux32, and linux64.
It also makes a small change to the windows config, to allow linking against
qt builds with or without built-in libjpeg/libpng/libpcre/libz.
The actual build processes to take advantage of these changes (for gitian and
pull-tester) are coming soon. Until then, this should be a no-op.
|
|
Using them has the side effect of confusing the dependency-tracking logic.
|
|
|
|
This should fix 32bit boost detection on Ubuntu Saucy+. Fixes #3945.
|
|
|
|
It worked in the auto/yes cases, but an explicit disable actually forced
it on.
|
|
MinGW-W64-builds-4.2.0 shell doesn't like the empty else blocks.
|
|
|
|
--with-qt-libdir etc, not --with-gui-libdir.
The typo was introduced in a9dbcf036bc866c2e413b1d068541e35eafdfcd0.
|
|
|
|
and --with[out]-daemon to support more build configurations
|
|
|
|
|
|
Fix regression introduced in ec41342.
Also use a less ugly solution, by defining the value of
`MOC_DEFS` in the configure script instead of `Makefile.include`.
|
|
|
|
|
|
Qt5 detection is a big ugly mess, but at least we can fence it off.
|
|
Fixes #3219.
|
|
- Add support for Clang
Further details can be found at http://savannah.gnu.org/patch/?8186
|
|
- Use 'ls -r' in order to try newer version before older ones. Simplify
ls pattern so also dylibs are detected.
|
|
- Use 'ls -r' rather than non-portable tool 'tac'. Simplify filepattern in ls expression so dylib (on OSX) are also detected.
|
|
- Fixed detection of dynamic libraries on Mac OS X (*.dylib)
See http://savannah.gnu.org/patch/?7719 for further details.
|
|
- Fixed cut-and-paste error.
- See http://savannah.gnu.org/patch/?7576 for further details.
- Use 'ls -r' rather than non-portable tool 'tac'.
- Simplify filepattern in ls expression so dylib (on OSX) are also detected.
|
|
- Add aarch64 to the list of lib64 architectures
|
|
If BDB_CPPFLAGS returns only "-I", the next argument sent to the preprocessor
is treated as a path. There are 2 fixes here:
1. Check in CPPFLAGS, as a user might have manually passed a path to check.
2. Ensure the value is not empty before setting BDB_CPPFLAGS to "-I value"
|
|
to use any version other than 4.8 by default
|
|
|