<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nxproxy/configure.ac, branch 3.6.x</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://openid.arctica-project.org/nx-libs/atom?h=3.6.x</id>
<link rel='self' href='https://openid.arctica-project.org/nx-libs/atom?h=3.6.x'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/'/>
<updated>2020-01-05T22:18:58+00:00</updated>
<entry>
<title>Add support for custom version string</title>
<updated>2020-01-05T22:18:58+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2017-12-14T23:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=ec1b3a44c0653e21dd252e1727ed42f86f0bb0ec'/>
<id>urn:sha1:ec1b3a44c0653e21dd252e1727ed42f86f0bb0ec</id>
<content type='text'>
Make nxproxy and nxagent print an arbitrary version number by running
make NX_VERSION_CUSTOM="myvers". nxagent and nxproxy will then show
this in addition to the original version number:

NXPROXY - Version myvers (3.5.99.22)
NXAGENT - Version myvers (3.5.99.22)

Fixes ArcticaProject/nx-libs#606
</content>
</entry>
<entry>
<title>nxproxy/{m4,configure.ac,src/Makefile.am}: drop pthread overlinking.</title>
<updated>2019-04-04T09:19:01+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2019-04-04T09:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=d1fe6a6016efbb4f487dcac2f91194e58597ee3b'/>
<id>urn:sha1:d1fe6a6016efbb4f487dcac2f91194e58597ee3b</id>
<content type='text'>
Should be fixed by correctly building libXcomp.

See: ArcticaProject/nx-libs#756
</content>
</entry>
<entry>
<title>nxproxy/{configure.ac,src/Makefile.am}: only enable new ELF dtags if target system actually is ELF-based.</title>
<updated>2018-02-25T03:35:07+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2018-02-25T03:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=06c14b83184f30498e27fed435d38d6e33338f2c'/>
<id>urn:sha1:06c14b83184f30498e27fed435d38d6e33338f2c</id>
<content type='text'>
Fixes: ArcticaProject/nx-libs#661
</content>
</entry>
<entry>
<title>nxproxy/configure.ac: enable libtool support.</title>
<updated>2018-01-03T02:18:12+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2018-01-03T02:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=d1897719ae47dc013184d9676516d5d0fb9e85f2'/>
<id>urn:sha1:d1897719ae47dc013184d9676516d5d0fb9e85f2</id>
<content type='text'>
Using libtool, the nxproxy binary will be replaced by a shell script
wrapper that correctly pulls in required libraries (like libXcomp), thus
making it possible to start the binary directly in the build directory.

This wrapper is dropped during installation time.
</content>
</entry>
<entry>
<title>nxproxy/configure.ac: drop --enable-cxx11.</title>
<updated>2018-01-03T02:17:10+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2018-01-03T02:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=4d481bf99431a22fb5df5e49254c60280bf1815b'/>
<id>urn:sha1:4d481bf99431a22fb5df5e49254c60280bf1815b</id>
<content type='text'>
This is a C program, so enabling or disabling C++11 support will not do
anything useful.

At most it'll lead to errors when using libtool, which is the next
change to come...
</content>
</entry>
<entry>
<title>nx{comp{,shad},proxy}: use dist-bzip2 instead of dist-xz.</title>
<updated>2017-12-16T04:53:38+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2017-12-16T04:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=ddd6f72ff865fb2d7125aafcf337193e7937b2cd'/>
<id>urn:sha1:ddd6f72ff865fb2d7125aafcf337193e7937b2cd</id>
<content type='text'>
Automake older than version 1.11 does not support dist-xz. No workaround
possible via a feature check, as far as I can tell.
</content>
</entry>
<entry>
<title>nxproxy: use ax_pthread.m4.</title>
<updated>2017-10-27T12:14:27+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2017-10-27T12:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=1c6c9c04b56656d9ab3f486738a4950e71f29b74'/>
<id>urn:sha1:1c6c9c04b56656d9ab3f486738a4950e71f29b74</id>
<content type='text'>
Works around libtool bug related to using both -nostdlib and -pthread
(with the former dropping latter usage.)
</content>
</entry>
<entry>
<title>nx{comp{,shad},proxy}: add configure flag --enable-cxx11 to enable and setup optional C++11 support.</title>
<updated>2017-10-27T06:45:42+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2017-09-29T15:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=1f717c6fdfa478f1c422bff51bc8574360dbe127'/>
<id>urn:sha1:1f717c6fdfa478f1c422bff51bc8574360dbe127</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>nx*/configure.ac: Use newly introduced macro NX_DEFAULT_OPTIONS instead of NX_COMPILER_FLAGS.</title>
<updated>2017-08-11T20:31:17+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-07-12T10:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=55c4e407043a627b9d7b96e2b7231612a9d9dab7'/>
<id>urn:sha1:55c4e407043a627b9d7b96e2b7231612a9d9dab7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nxproxy/configure.ac: Have AC_LANG before NX_COMPILER_BRAND. Thanks to Ionic for spotting this same flaw in nxcompshad.</title>
<updated>2017-07-13T06:52:08+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-07-13T06:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=107fba32e3147b660eeeb474dd866480c53e8ca0'/>
<id>urn:sha1:107fba32e3147b660eeeb474dd866480c53e8ca0</id>
<content type='text'>
</content>
</entry>
</feed>
