Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nxproxy: fix spelling errors as reported by codespell | Ulrich Sibiller | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | nxproxy/{configure.ac,src/Makefile.am}: only enable new ELF dtags if target ↵ | Mihai Moldovan | 2018-02-25 | 1 | -0/+5 |
| | | | | | | system actually is ELF-based. Fixes: ArcticaProject/nx-libs#661 | ||||
* | nxproxy/src/Makefile.am: build library using RUNPATH instead of RPATH. | Mihai Moldovan | 2018-01-03 | 1 | -0/+1 |
| | | | | | Will only be useful at build time, since installation strips any RPATH/RUNPATH again. | ||||
* | Drop bin wrappers for nxagent and nxproxy, directly install nxproxy and ↵ | Mike Gabriel | 2017-12-05 | 1 | -1/+1 |
| | | | | | | nxagent to BINDIR. Fixes ArcticaProject/nx-libs#546. | ||||
* | nxproxy: use ax_pthread.m4. | Mihai Moldovan | 2017-10-27 | 1 | -0/+6 |
| | | | | | Works around libtool bug related to using both -nostdlib and -pthread (with the former dropping latter usage.) | ||||
* | nxproxy/src/Main.c: Silence compiler warning. | Simon Matter | 2017-09-29 | 1 | -1/+2 |
| | | | | Fixes ArcticaProject/nx-libs#506. | ||||
* | nxproxy/src/Makefile.am: Actually define nxproxy_CFLAGS, so the various ↵ | Mike Gabriel | 2017-08-02 | 1 | -0/+4 |
| | | | | compiler warning flags get enabled at build time of nxproxy. | ||||
* | nxcomp: Switch to autoreconf. | Mike Gabriel | 2017-07-26 | 1 | -2/+2 |
| | |||||
* | nxproxy: Switch to autoreconf. | Mike Gabriel | 2017-07-12 | 2 | -0/+137 |
This also solves the last remnant of overlinking as described in GH issue #133. Fixes ArcticaProject/nx-libs#133. |