summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2023-07-10configure: Catch all of variable valuesMobin
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>
2021-12-05 configure: support DESTDIR for sysdeps tooLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-05 configure: add var control tweak and DESTDIR support for slashpackageLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-04-11 Do not compile or link into /dev/nullLaurent Bercot
2021-04-09 Real noexecstack fix: make strip less greedyLaurent Bercot
2021-04-08 noexecstack only works in LDFLAGSLaurent Bercot
2020-12-29 configure should be executable >.>Laurent Bercot
2020-12-28Don't put -fno-stack-protector in default CFLAGSLaurent Bercot
2020-12-18 configure fixLaurent Bercot
2020-03-24 Treat execline as an extra_lib instead of an in-package libLaurent Bercot
2019-12-23 Make execline dependency optionalLaurent Bercot
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.
2019-10-21 Fix generated CC for cross-buildsLaurent Bercot
2019-09-21 Fix configure permissions2.9.0.0Laurent Bercot
2019-09-21 Remove tainnow dependency in configure tooLaurent Bercot
2019-07-22Make configure CC-friendlierLaurent Bercot
2019-02-24 Build everything as PIC by defaultLaurent Bercot
2018-08-20 Better support for slashpackage nsss buildsLaurent Bercot
2018-08-01 Add nsss supportLaurent Bercot
2017-10-30 Make all-pic a user optionLaurent Bercot
2017-10-29 Support default pieLaurent Bercot
2017-10-19 Remove shebang from configureLaurent Bercot
2017-10-05 Better *FLAGS management; prepare for 2.6.1.1Laurent Bercot
2016-10-24Proper support for timer_libLaurent Bercot
2016-10-16 Implement --enable-absolute-pathsLaurent Bercot
2016-09-27 configure: allow $CC to have several wordsLaurent Bercot
2016-09-26 Replace c99 compiler test with clangLaurent Bercot
2016-09-26 -Wa,--noexecstack belongs to CPPFLAGSLaurent Bercot
2016-09-11 Remove irrelevant shebangdir option from configureLaurent Bercot
2016-08-12 Add spawn_lib supportLaurent Bercot
2016-03-19More standard cross-compilation support (only --host, no --enable-cross needed)Laurent Bercot
2015-12-05 -fsigned-char isn't useful hereLaurent Bercot
2015-12-05 fix --enable-crossLaurent Bercot
2015-11-30 - Fix selfpipe_read() invocation: the return is int, not charLaurent Bercot
- Easier CROSS_COMPILE support in configure
2015-11-05 - remove useless 'skalibs' expansion in configurev2.2.3.0Laurent Bercot
- credit muhmuhten - version: 2.2.3.0
2015-10-26 Separate sections for smaller static binaries (thanks Denys Vlasenko)Laurent Bercot
2015-10-05 - minor bugfix in s6-log (correct return when stat() fails)v2.2.1.1Laurent Bercot
- remove fucking -Bsymbolic - add s6-setsid to stage 1 example - prepare shutdown functionality for s6-svscan - version: 2.2.1.1
2015-08-12Link shared libs against their -l deps, better libpath managementv2.2.0.1Laurent Bercot
2015-08-12xyzzy fix (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot
2015-01-14 - Parallel build fixv2.0.1.0Laurent Bercot
- Complete readiness notification via supervise/ready - Version updated to 2.0.1.0, release candidate
2015-01-11 Clean up static/shared libs initialization in configure and MakefileLaurent Bercot
fd_close -> close in s6-notifywhenup
2015-01-02 Fix configure --help: no support for VAR=VALUELaurent Bercot
2015-01-02 More noob-friendly configure defaultsLaurent Bercot
2014-12-15 Test _XOPEN_SOURCE=700, fix include order in MakefileLaurent Bercot
2014-12-11Use -O2 by defaultLaurent Bercot
2014-12-08Remove CPPFLAGS_AUTO options that disable compiler warningsLaurent Bercot
2014-12-06fix: (EXT)BINPREFIX needs an ending /. Revert bad fix in s6lock.h and ftrigr.hLaurent Bercot
2014-12-05Initial commitLaurent Bercot