| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for disabling rpath; update deps | Laurent Bercot | 2026-03-31 | 1 | -0/+9 |
| | | |||||
| * | Move daemontools/runit wrapper support here | Laurent Bercot | 2025-11-04 | 1 | -0/+39 |
| | | |||||
| * | Correctly use pthread_lib sysdep | Laurent Bercot | 2025-05-29 | 1 | -2/+6 |
| | | |||||
| * | Support shlibs on MacOS | Laurent Bercot | 2025-05-26 | 1 | -6/+15 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Next batch of build fixes | Laurent Bercot | 2025-04-29 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | More build fixes | Laurent Bercot | 2025-04-29 | 1 | -6/+16 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | pkg-config support, templated configure, etc. | Laurent Bercot | 2025-04-27 | 1 | -47/+108 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for next version, fix configure | Laurent Bercot | 2025-03-27 | 1 | -1/+0 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Install static libraries in /usr/lib by default | Laurent Bercot | 2024-09-23 | 1 | -13/+5 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | configure: Catch all of variable values | Mobin | 2023-07-10 | 1 | -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 too | Laurent Bercot | 2021-12-05 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | configure: add var control tweak and DESTDIR support for slashpackage | Laurent Bercot | 2021-12-05 | 1 | -6/+6 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Do not compile or link into /dev/null | Laurent Bercot | 2021-04-11 | 1 | -4/+6 |
| | | |||||
| * | Real noexecstack fix: make strip less greedy | Laurent Bercot | 2021-04-09 | 1 | -1/+0 |
| | | |||||
| * | noexecstack only works in LDFLAGS | Laurent Bercot | 2021-04-08 | 1 | -1/+1 |
| | | |||||
| * | configure should be executable >.> | Laurent Bercot | 2020-12-29 | 1 | -0/+0 |
| | | |||||
| * | Don't put -fno-stack-protector in default CFLAGS | Laurent Bercot | 2020-12-28 | 1 | -1/+0 |
| | | |||||
| * | configure fix | Laurent Bercot | 2020-12-18 | 1 | -7/+7 |
| | | |||||
| * | Treat execline as an extra_lib instead of an in-package lib | Laurent Bercot | 2020-03-24 | 1 | -2/+2 |
| | | |||||
| * | Make execline dependency optional | Laurent Bercot | 2019-12-23 | 1 | -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-builds | Laurent Bercot | 2019-10-21 | 1 | -1/+1 |
| | | |||||
| * | Fix configure permissions2.9.0.0 | Laurent Bercot | 2019-09-21 | 1 | -0/+0 |
| | | |||||
| * | Remove tainnow dependency in configure too | Laurent Bercot | 2019-09-21 | 1 | -2/+0 |
| | | |||||
| * | Make configure CC-friendlier | Laurent Bercot | 2019-07-22 | 1 | -8/+24 |
| | | |||||
| * | Build everything as PIC by default | Laurent Bercot | 2019-02-24 | 1 | -16/+5 |
| | | |||||
| * | Better support for slashpackage nsss builds | Laurent Bercot | 2018-08-20 | 1 | -6/+13 |
| | | |||||
| * | Add nsss support | Laurent Bercot | 2018-08-01 | 1 | -0/+11 |
| | | |||||
| * | Make all-pic a user option | Laurent Bercot | 2017-10-30 | 1 | -11/+19 |
| | | |||||
| * | Support default pie | Laurent Bercot | 2017-10-29 | 1 | -0/+15 |
| | | |||||
| * | Remove shebang from configure | Laurent Bercot | 2017-10-19 | 1 | -9/+1 |
| | | |||||
| * | Better *FLAGS management; prepare for 2.6.1.1 | Laurent Bercot | 2017-10-05 | 1 | -15/+32 |
| | | |||||
| * | Proper support for timer_lib | Laurent Bercot | 2016-10-24 | 1 | -0/+2 |
| | | |||||
| * | Implement --enable-absolute-paths | Laurent Bercot | 2016-10-16 | 1 | -12/+13 |
| | | |||||
| * | configure: allow $CC to have several words | Laurent Bercot | 2016-09-27 | 1 | -1/+1 |
| | | |||||
| * | Replace c99 compiler test with clang | Laurent Bercot | 2016-09-26 | 1 | -1/+1 |
| | | |||||
| * | -Wa,--noexecstack belongs to CPPFLAGS | Laurent Bercot | 2016-09-26 | 1 | -1/+1 |
| | | |||||
| * | Remove irrelevant shebangdir option from configure | Laurent Bercot | 2016-09-11 | 1 | -6/+1 |
| | | |||||
| * | Add spawn_lib support | Laurent Bercot | 2016-08-12 | 1 | -11/+11 |
| | | |||||
| * | More standard cross-compilation support (only --host, no --enable-cross needed) | Laurent Bercot | 2016-03-19 | 1 | -7/+15 |
| | | |||||
| * | -fsigned-char isn't useful here | Laurent Bercot | 2015-12-05 | 1 | -1/+1 |
| | | |||||
| * | fix --enable-cross | Laurent Bercot | 2015-12-05 | 1 | -2/+2 |
| | | |||||
| * | - Fix selfpipe_read() invocation: the return is int, not char | Laurent Bercot | 2015-11-30 | 1 | -2/+3 |
| | | | | | - Easier CROSS_COMPILE support in configure | ||||
| * | - remove useless 'skalibs' expansion in configurev2.2.3.0 | Laurent Bercot | 2015-11-05 | 1 | -1/+1 |
| | | | | | | - credit muhmuhten - version: 2.2.3.0 | ||||
| * | Separate sections for smaller static binaries (thanks Denys Vlasenko) | Laurent Bercot | 2015-10-26 | 1 | -0/+6 |
| | | |||||
| * | - minor bugfix in s6-log (correct return when stat() fails)v2.2.1.1 | Laurent Bercot | 2015-10-05 | 1 | -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 managementv2.2.0.1 | Laurent Bercot | 2015-08-12 | 1 | -6/+13 |
| | | |||||
| * | xyzzy fix (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092) | Laurent Bercot | 2015-08-12 | 1 | -4/+10 |
| | | |||||
| * | - Parallel build fixv2.0.1.0 | Laurent Bercot | 2015-01-14 | 1 | -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 Makefile | Laurent Bercot | 2015-01-11 | 1 | -2/+0 |
| | | | | | fd_close -> close in s6-notifywhenup | ||||
| * | Fix configure --help: no support for VAR=VALUE | Laurent Bercot | 2015-01-02 | 1 | -4/+1 |
| | | |||||
