Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nxcompshad/configure.ac: blindly copy-pasting might not be the smartest ↵ | Mihai Moldovan | 2018-03-07 | 1 | -1/+1 |
| | | | | idea; it's *COMPSHAD* here. | ||||
* | nxcomp{,shad}/configure.ac: replace versionating non-portable sed construct ↵ | Mihai Moldovan | 2018-03-07 | 1 | -1/+1 |
| | | | | with hopefully more portable awk construct. | ||||
* | nxcomp{,shad}/configure.ac: pass more portable -E option to sed instead of -r. | Mihai Moldovan | 2018-03-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'Ionic-bugfix/FTBFS-non-ELF' into 3.6.x | Mike Gabriel | 2018-02-25 | 1 | -0/+2 |
|\ | | | | | | | Attributes GH PR #663: https://github.com/ArcticaProject/nx-libs/pull/663 | ||||
| * | nxcompshad/{configure.ac,src/Makefile.am}: only enable new ELF dtags if ↵ | Mihai Moldovan | 2018-02-25 | 1 | -0/+2 |
| | | | | | | | | target system actually is ELF-based. | ||||
* | | nxcomp{,shad}/configure.ac: trailing whitespace removal only. | Mihai Moldovan | 2018-02-25 | 1 | -1/+1 |
|/ | |||||
* | nx{comp{,shad},proxy}: use dist-bzip2 instead of dist-xz. | Mihai Moldovan | 2017-12-16 | 1 | -1/+1 |
| | | | | | Automake older than version 1.11 does not support dist-xz. No workaround possible via a feature check, as far as I can tell. | ||||
* | Silence warning: "ar: 'u' modifier ignored since 'D' is the default" | Ulrich Sibiller | 2017-12-11 | 1 | -0/+3 |
| | | | | Fixes ArcticaProject/nx-libs#530 | ||||
* | nx{comp{,shad},proxy}: add configure flag --enable-cxx11 to enable and setup ↵ | Mihai Moldovan | 2017-10-27 | 1 | -0/+6 |
| | | | | | | | | | | optional C++11 support. Use AX_CXX_COMPILE_STDCXX(_11) from autotools archive. Note: should only be used in tandem. Make sure that each component either uses the C++11 ABI or none uses it. Mixing and matching libraries and binaries with different C++ ABIs might lead to weird errors. | ||||
* | nx*/configure.ac: Use newly introduced macro NX_DEFAULT_OPTIONS instead of ↵ | Mike Gabriel | 2017-08-11 | 1 | -1/+1 |
| | | | | NX_COMPILER_FLAGS. | ||||
* | nxcompshad: Switch to autoreconf. | Mike Gabriel | 2017-07-13 | 1 | -0/+53 |