aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update cgit URLHEADmainLaurent Bercot7 days1-1/+1
|
* Update deps/docs/mirrorsLaurent Bercot2026-04-045-1/+6
|
* Add support for disabling rpath; update depsLaurent Bercot2026-03-318-9/+23
|
* AI policies; better -lskarnet error messageLaurent Bercot2026-03-272-1/+30
|
* Fix Solaris buildLaurent Bercot2026-01-211-0/+2
|
* Fix dotpc generationLaurent Bercot2026-01-211-0/+1
|
* releng fixesLaurent Bercot2025-12-231-1/+1
|
* fix gen-deps.shLaurent Bercot2025-10-261-3/+1
|
* Document sr.ht mirrorLaurent Bercot2025-09-241-1/+2
|
* Update depsLaurent Bercot2025-08-192-2/+2
|
* Support shlibs on MacOS, next iterationLaurent Bercot2025-05-302-0/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Correctly use pthread_lib sysdepLaurent Bercot2025-05-292-4/+12
|
* Support shlibs on MacOSLaurent Bercot2025-05-263-22/+64
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add hashLaurent Bercot2025-05-012-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Next batch of build fixesLaurent Bercot2025-04-292-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More build fixesLaurent Bercot2025-04-293-7/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Move to new systemLaurent Bercot2025-04-2823-77/+935
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update deps and configureLaurent Bercot2025-03-254-4/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update toolsLaurent Bercot2024-10-092-4/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Install static libs in /usr/lib by defaultLaurent Bercot2024-09-234-26/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Simpler MakefileLaurent Bercot2023-09-221-7/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update depsLaurent Bercot2023-09-092-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.14Laurent Bercot2023-09-091-0/+1
| | | | 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 compat boilerplateLaurent Bercot2023-02-179-9/+120
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.13.0.0Laurent Bercot2022-11-294-5/+5
| | | | 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>
* Doc fixLaurent Bercot2021-11-101-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Pass errno as unsigned charLaurent Bercot2021-09-021-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix buildLaurent Bercot2021-08-141-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.11.0.0Laurent Bercot2021-08-109-18/+65
| | | | 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-092-3/+2
|
* 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
|
* Include posixishard as late as possibleLaurent Bercot2020-03-212-2/+2
|
* Update to skalibs-2.9.2.0Laurent Bercot2020-01-273-3/+3
|
* Fix shared libs installationLaurent Bercot2020-01-271-3/+2
|
* Fix gen-deps.sh for cross-buildsLaurent Bercot2019-10-212-3/+13
|
* 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
|
* How long should I support this for? it will never work :/Laurent Bercot2019-08-092-2/+2
|
* Makefile needs to be adjusted tooLaurent Bercot2019-07-221-5/+4
|
* Make configure CC-friendlierLaurent Bercot2019-07-221-8/+24
|
* Build everything as PIC by defaultLaurent Bercot2019-02-241-16/+5
|
* Adapt to skalibs/posixishard.hLaurent Bercot2019-02-202-2/+4
|