summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2015-10-26 Separate sections for smaller static binaries (thanks Denys Vlasenko)Laurent Bercot
2015-10-05 Remove fucking buggy -Bsymbolic option to the linker.v2.3.7.1Laurent Bercot
version: 2.3.7.1
2015-08-12 Add -Bsymbolicv2.3.6.1Laurent Bercot
2015-08-12 Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot
2015-07-13 - sysdeps for strnlen (Solaris... sigh)Laurent Bercot
- rc for 2.3.5.2
2015-01-20 Put auto compiler flags into CPPFLAGS. They're useless for linking.Laurent Bercot
2015-01-02 Fix configure --help: no support for VAR=VALUELaurent Bercot
2015-01-02 More noob-friendly defaults for configureLaurent Bercot
2015-01-02 Remove the --enable-right-tz configure option.Laurent Bercot
Make it a run-time autodetection instead. Update doc. Thanks to Paul Jarc for the suggestion.
2014-12-21 So the non-portable MSG_DONTWAIT may alleviate the problem... mightLaurent Bercot
as well use it on architectures that support it.
2014-12-20 Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocksLaurent Bercot
until buffer full or socket shutdown on BSD, *even if the socket is nonblocking*. So I added an "okwaitall" sysdeps, and won't set MSG_WAITALL on retarded systems.
2014-12-16 Test _XOPEN_SOURCE=700, you never know... (but not for Solaris)Laurent Bercot
2014-12-15 Declare static/shared libs in configure, it's specific anywayLaurent Bercot
2014-12-11Use -O2 by defaultLaurent Bercot
2014-12-08Remove CPPFLAGS_AUTO entries that disable compiler warningsLaurent Bercot
2014-09-18initial commit with rc for skalibs-2.0.0.0Laurent Bercot