aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* MacOS doesn't have pthread_mutex_timedlock -_-Laurent Bercot2026-03-181-1/+2
|
* Add phread_mutex_clocklock() sysdep, pthread_mutex_tailock() functionLaurent Bercot2026-03-161-0/+1
|
* Fix system libs list - add a dedup function to make!Laurent Bercot2025-10-231-2/+3
|
* Add libplaynice with keventbridge.hLaurent Bercot2025-10-221-0/+1
|
* Change prsetchildsubreaper sysdep to prctl, add procctl sysdepLaurent Bercot2025-10-221-1/+2
|
* More sysdepsLaurent Bercot2025-10-201-0/+3
|
* Add qsortr, env_dump4Laurent Bercot2025-08-191-0/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* I don't understand how gcc works on MacOS 10.4.Laurent Bercot2025-05-311-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Improve gol. Add tentative dylib support.Laurent Bercot2025-05-261-2/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add pkg-config supportLaurent Bercot2025-04-291-4/+25
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add dladdr sysdepLaurent Bercot2025-04-021-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix configure doc for the new sysdepLaurent Bercot2025-04-021-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add sagetexecname() and all the necessary infrastructureLaurent Bercot2025-04-021-0/+32
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't autoflush buffer_timed_putv; fix IFS bug in configureLaurent Bercot2025-03-251-3/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Better configure --helpLaurent Bercot2024-09-231-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Install libskarnet.a to /usr/lib by defaultLaurent Bercot2024-09-231-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add sysdep for CLONE_NEWPID and fork_newpid functionLaurent Bercot2024-09-121-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More support for old MacOS fossilsLaurent Bercot2024-04-161-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Tentative support for old MacOS with no O_CLOEXECLaurent Bercot2024-04-161-0/+1
| | | | | | Also add a prototype for gol, not finished yet. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Support midipixLaurent Bercot2024-04-021-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Try and accommodate AIX... maybe?Laurent Bercot2023-12-131-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make it werkLaurent Bercot2023-12-131-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Better endianness detection for SolarisLaurent Bercot2023-12-131-2/+16
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Change datadir to sysconfdir, aligning with autoconfLaurent Bercot2023-09-221-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* New sysdeps because Darwin is *also* a giant snowflakeLaurent Bercot2023-09-121-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add waitid() sysdep, and fuck OpenBSDLaurent Bercot2023-09-121-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add POSIX_SPAWN_SETSID_NP supportLaurent Bercot2023-09-111-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add posix_spawn_file_actions_addchdir() supportLaurent Bercot2023-09-111-0/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add a pthread sysdepLaurent Bercot2023-09-111-4/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add POSIX_SPAWN_SETSID support to cspawnLaurent Bercot2023-09-101-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: Catch all of variable valuesMobin2023-07-101-1/+1
| | | | | | | If variables have multiple values (such as CFLAGS="-std=c11 -fPIE"), eval drops most values (except first one) from it. This commit fixes this issue. Signed-off-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>
* Add workaround for bad QoI posix_spawn()Laurent Bercot2023-06-281-2/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add sysdep for GRND_INSECURELaurent Bercot2022-03-271-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Apply user-provided CPPFLAGS, CFLAGS and LDFLAGS during autodetectionLaurent Bercot2022-01-241-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: add var control tweakLaurent Bercot2021-12-051-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Do not ld into /dev/nullLaurent Bercot2021-04-111-13/+12
|
* No need for noexecstack, but the strip is too greedyLaurent Bercot2021-04-091-1/+2
|
* version: 2.10.0.2v2.10.0.2Laurent Bercot2021-02-151-1/+2
|
* Solaris: get endianness info wherever we canLaurent Bercot2021-02-051-1/+1
|
* Work around broken shells, including bash and dash. Yeah.Laurent Bercot2021-02-011-1/+1
|
* Remove -fno-stack-protector from default CFLAGSLaurent Bercot2020-12-281-1/+0
|
* Add chroot sysdep, fix endianness sysdep string in .hLaurent Bercot2020-12-141-0/+1
|
* Fix sysdep lib filling of config.makLaurent Bercot2020-11-301-4/+6
|
* child_spawn cleanup, configure cleanupLaurent Bercot2020-11-251-79/+106
|
* version: 2.9.3.0v2.9.3.0Laurent Bercot2020-10-041-1/+1
|
* Simplify endianness testLaurent Bercot2019-10-261-31/+14
|
* Switch getrandom sysdep back to choose clLaurent Bercot2019-10-261-2/+2
|
* getrandom sysdep must be clr, THANKS GLIBCLaurent Bercot2019-10-251-3/+2
|
* INSTALL now explains the easy cross-compilationLaurent Bercot2019-09-201-2/+2
|
* THAT'S IT WE HAVE EASY CROSS-COMPILATION FOLKSLaurent Bercot2019-09-201-98/+104
|