aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Add support for disabling rpath; update depsLaurent Bercot2026-03-311-0/+9
|
* And the correct configure scriptLaurent Bercot2026-01-101-1/+1
|
* Use sysconfdir for the default bootdbLaurent Bercot2026-01-101-3/+3
|
* Make default bundle name configurableLaurent Bercot2025-11-091-0/+4
|
* Finish repo documentation; make bootdb configurable; fix installLaurent Bercot2025-10-301-2/+6
|
* Add s6-rc-repo-init, s6-rc-repo-populateLaurent Bercot2025-06-301-1/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* 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-6/+13
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.5.6.0, add pkg-config support, etc.Laurent Bercot2025-04-271-45/+108
| | | | 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>
* Install static libraries in /usr/lib by defaultLaurent 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>
* 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
|
* configure fixLaurent Bercot2020-12-181-7/+7
|
* version: 0.5.2.0v0.5.2.0Laurent 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
|
* Make all-pic a user optionLaurent Bercot2017-10-301-11/+19
|
* Support default pieLaurent Bercot2017-10-291-0/+15
|
* Better *FLAGS management; prepare for 0.2.2.0Laurent Bercot2017-10-051-14/+23
|
* Proper support for timer_libLaurent Bercot2016-10-241-0/+2
|
* Typo fixLaurent Bercot2016-10-161-3/+3
|
* Put EXTLIBEXECPREFIX back in (last commit mistakenly undefined it)Laurent Bercot2016-10-161-0/+3
|
* Implement --enable-absolute-pathsLaurent Bercot2016-10-161-28/+19
|
* 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
|
* Add spawn_lib supportLaurent Bercot2016-08-121-2/+2
|
* More standard cross-compilation support (only --host, no --enable-cross needed)Laurent Bercot2016-03-191-4/+15
|
* ./configure --livedir doc fixLaurent Bercot2016-03-101-1/+1
|
* fix --enable-crossLaurent Bercot2015-12-051-1/+1
|
* Easier CROSS_COMPILE support in configureLaurent Bercot2015-11-301-2/+3
|
* - fix configure (needs livedir!)v0.0.1.5Laurent Bercot2015-11-051-1/+1
| | | | - rc for 0.0.1.5
* Separate sections for smaller static binaries (thanks Denys Vlasenko)Laurent Bercot2015-10-261-0/+6
|
* - remove fucking -Bsymbolicv0.0.1.1Laurent Bercot2015-10-051-1/+0
| | | | - version: 0.0.1.1
* Add S6RC_EXTLIBEXECPREFIX, use it in s6-rc-compile. Databases should workLaurent Bercot2015-09-221-0/+2
| | | | across s6-rc versions!
* - add support for --livedirLaurent Bercot2015-08-131-2/+6
| | | | - doc fixes
* Intermediary commit; working on source dir format change. Should work, but ↵Laurent Bercot2015-08-121-9/+17
| | | | untested as for now.