aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Add -Bsymbolicv2.3.6.1Laurent Bercot2015-08-121-0/+3
|
* Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot2015-08-121-2/+2
|
* - sysdeps for strnlen (Solaris... sigh)Laurent Bercot2015-07-131-0/+1
| | | | - rc for 2.3.5.2
* Put auto compiler flags into CPPFLAGS. They're useless for linking.Laurent Bercot2015-01-201-7/+7
|
* Fix configure --help: no support for VAR=VALUELaurent Bercot2015-01-021-4/+1
|
* More noob-friendly defaults for configureLaurent Bercot2015-01-021-10/+29
|
* Remove the --enable-right-tz configure option.Laurent Bercot2015-01-021-9/+0
| | | | | | Make it a run-time autodetection instead. Update doc. Thanks to Paul Jarc for the suggestion.
* So the non-portable MSG_DONTWAIT may alleviate the problem... mightLaurent Bercot2014-12-211-1/+2
| | | | as well use it on architectures that support it.
* Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocksLaurent Bercot2014-12-201-1/+7
| | | | | | 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.
* Test _XOPEN_SOURCE=700, you never know... (but not for Solaris)Laurent Bercot2014-12-161-1/+1
|
* Declare static/shared libs in configure, it's specific anywayLaurent Bercot2014-12-151-2/+11
|
* Use -O2 by defaultLaurent Bercot2014-12-111-1/+1
|
* Remove CPPFLAGS_AUTO entries that disable compiler warningsLaurent Bercot2014-12-081-7/+0
|
* initial commit with rc for skalibs-2.0.0.0Laurent Bercot2014-09-181-0/+590