about summary refs log tree commit diff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Treat execline as an extra_lib instead of an in-package libLaurent Bercot2020-03-241-2/+2
|
* Make execline dependency optionalLaurent Bercot2019-12-231-0/+14
| | | | | | | | | | | | | | | | This includes: - adding a configure option to disable execline support - duplicating el_semicolon() and el_getstrict() into the s6 library when execline is disabled at build time, making a compat shim and using it where needed (s6-svlisten, s6-ftrig-listen) - Creating alternatives for execlineb script spawning: * s6-log: '?' directive (done in the previous commit) * s6-notifyoncheck: require hardcoding the check in ./data/check * s6-ipcserver-access: no support for exec files, add a warning - Updating the relevant parts of the doc --enable-execline will remain the default, and whiners can choke on their tears.
* Fix generated CC for cross-buildsLaurent Bercot2019-10-211-1/+1
|
* Fix configure permissions 2.9.0.0Laurent 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
|
* Better support for slashpackage nsss buildsLaurent Bercot2018-08-201-6/+13
|
* Add nsss supportLaurent 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 management; prepare for 2.6.1.1Laurent 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-6/+1
|
* Add spawn_lib supportLaurent Bercot2016-08-121-11/+11
|
* More standard cross-compilation support (only --host, no --enable-cross needed)Laurent Bercot2016-03-191-7/+15
|
* -fsigned-char isn't useful hereLaurent Bercot2015-12-051-1/+1
|
* fix --enable-crossLaurent Bercot2015-12-051-2/+2
|
* - Fix selfpipe_read() invocation: the return is int, not charLaurent Bercot2015-11-301-2/+3
| | | | - Easier CROSS_COMPILE support in configure
* - remove useless 'skalibs' expansion in configure v2.2.3.0Laurent Bercot2015-11-051-1/+1
| | | | | - credit muhmuhten - version: 2.2.3.0
* Separate sections for smaller static binaries (thanks Denys Vlasenko)Laurent Bercot2015-10-261-0/+6
|
* - minor bugfix in s6-log (correct return when stat() fails) v2.2.1.1Laurent Bercot2015-10-051-1/+0
| | | | | | | - remove fucking -Bsymbolic - add s6-setsid to stage 1 example - prepare shutdown functionality for s6-svscan - version: 2.2.1.1
* Link shared libs against their -l deps, better libpath management v2.2.0.1Laurent Bercot2015-08-121-6/+13
|
* xyzzy fix (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot2015-08-121-4/+10
|
* - Parallel build fix v2.0.1.0Laurent Bercot2015-01-141-2/+3
| | | | | - Complete readiness notification via supervise/ready - Version updated to 2.0.1.0, release candidate
* Clean up static/shared libs initialization in configure and MakefileLaurent Bercot2015-01-111-2/+0
| | | | fd_close -> close in s6-notifywhenup
* Fix configure --help: no support for VAR=VALUELaurent Bercot2015-01-021-4/+1
|
* More noob-friendly configure defaultsLaurent Bercot2015-01-021-11/+31
|
* Test _XOPEN_SOURCE=700, fix include order in MakefileLaurent Bercot2014-12-151-4/+14
|
* Use -O2 by defaultLaurent Bercot2014-12-111-1/+1
|
* Remove CPPFLAGS_AUTO options that disable compiler warningsLaurent Bercot2014-12-081-7/+0
|
* fix: (EXT)BINPREFIX needs an ending /. Revert bad fix in s6lock.h and ftrigr.hLaurent Bercot2014-12-061-4/+4
|
* Initial commitLaurent Bercot2014-12-051-0/+385