aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Add support for disabling rpath; update depsLaurent Bercot2026-03-311-0/+9
|
* Correctly use pthread_lib sysdepLaurent Bercot2025-05-291-2/+6
|
* Support shlibs on MacOSLaurent Bercot2025-05-261-6/+15
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Next batch of build fixesLaurent Bercot2025-04-291-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More build fixesLaurent Bercot2025-04-291-5/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Move to new system, prepare for 2.6.3.0Laurent Bercot2025-04-281-46/+115
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for next version, fix configureLaurent Bercot2025-03-271-2/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.6.2.1; align configure to rest of skawareLaurent Bercot2024-09-231-13/+5
| | | | 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 multicall configurationLaurent Bercot2023-02-121-0/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.6.0.0; delete s6-fillurandompool; add rngseedLaurent Bercot2022-06-081-0/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: support DESTDIR for sysdeps tooLaurent Bercot2021-12-051-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: add var control tweak and DESTDIR support for slashpackageLaurent Bercot2021-12-051-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Do not compile or link into /dev/nullLaurent Bercot2021-04-111-4/+6
|
* Real noexecstack fix: make strip less greedyLaurent Bercot2021-04-091-1/+0
|
* noexecstack only works in LDFLAGSLaurent Bercot2021-04-081-1/+1
|
* configure should be executable >.>Laurent Bercot2020-12-291-0/+0
|
* Don't put -fno-stack-protector in default CFLAGSLaurent Bercot2020-12-281-1/+0
|
* Prepare for 2.5.1.4Laurent Bercot2020-12-181-7/+7
|
* version: 2.5.1.3v2.5.1.3Laurent Bercot2020-10-041-1/+1
|
* Fix generated CC for cross-buildsLaurent Bercot2019-10-211-1/+1
|
* Fix configure permissionsLaurent Bercot2019-09-211-0/+0
|
* Remove tainnow dependency in configure tooLaurent Bercot2019-09-211-2/+0
|
* Make configure CC-friendlierLaurent Bercot2019-07-221-8/+24
|
* Build everything as PIC by defaultLaurent Bercot2019-02-241-16/+5
|
* Support conditional slashpackage buildsLaurent Bercot2018-08-201-6/+13
|
* Add nsss support, prepare for 2.4.0.3Laurent Bercot2018-08-011-0/+11
|
* Make all-pic a user optionLaurent Bercot2017-10-301-11/+19
|
* Support default pieLaurent Bercot2017-10-291-0/+15
|
* Remove shebang from configureLaurent Bercot2017-10-191-9/+1
|
* Better *FLAGS managementLaurent Bercot2017-10-051-15/+32
|
* Proper support for timer_libLaurent Bercot2016-10-241-0/+2
|
* Implement --enable-absolute-pathsLaurent Bercot2016-10-161-12/+13
|
* configure: allow $CC to have several wordsLaurent Bercot2016-09-271-1/+1
|
* Replace c99 compiler test with clangLaurent Bercot2016-09-261-1/+1
|
* -Wa,--noexecstack belongs to CPPFLAGSLaurent Bercot2016-09-261-1/+1
|
* Remove irrelevant shebangdir option from configureLaurent Bercot2016-09-111-9/+4
|
* Apply Eric's patch for spawn supportLaurent Bercot2016-08-161-2/+2
|
* More standard cross-compilation support (only --host, no --enable-cross needed)Laurent Bercot2016-03-191-7/+15
|
* fix --enable-crossLaurent Bercot2015-12-051-1/+1
|
* - Fix selfpipe_read invocationsLaurent Bercot2015-11-301-2/+3
| | | | - Easier CROSS_COMPILE support in configure
* better configure, better make stripLaurent Bercot2015-11-191-1/+1
|
* Separate sections for smaller static binaries (thanks Denys Vlasenko)Laurent Bercot2015-10-261-0/+6
|
* - remove s6-hiercopy (unused, moved to s6-portable-utils)Laurent Bercot2015-10-051-1/+0
| | | | | - fix s6ps_otree when /proc isn't available - remove fucking -Bsymbolic
* Link shared libs against their -l deps, better libpath managementv2.0.2.2Laurent Bercot2015-08-121-6/+13
|
* xyzzy fix (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot2015-08-121-4/+10
|
* Align to other packagesLaurent Bercot2015-01-131-2/+3
|
* Clean up static/shared libs initialization in configure and MakefileLaurent Bercot2015-01-111-2/+0
|
* Fix configure --help: no support for VAR=VALUELaurent Bercot2015-01-021-4/+1
|
* More noob-friendly configure defaultsLaurent Bercot2015-01-021-11/+31
|