aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 2.10.0.0; remove pedantic posix; support loopwhilex -x ""Laurent Bercot6 days1-13/+0
|
* Add --disable-path support; prepare for 2.9.8.2Laurent Bercot2026-03-301-0/+9
|
* Correctly use pthread_lib sysdepLaurent Bercot2025-05-291-2/+6
|
* Support shlibs on MacOSLaurent Bercot2025-05-261-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Tentative dylib supportLaurent Bercot2025-05-261-3/+12
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix configureLaurent Bercot2025-05-051-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More build fixesLaurent Bercot2025-04-291-6/+16
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* New templated configureLaurent Bercot2025-04-271-10/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Document pkg-config options in INSTALL; a few small changesLaurent Bercot2025-04-271-11/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Next iteration of dotpc, lots of fixesLaurent Bercot2025-04-251-22/+18
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* First version of pkg-config supportLaurent Bercot2025-04-251-36/+99
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add export-array; update depsLaurent Bercot2025-03-261-1/+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>
* Do not protest as muchLaurent Bercot2023-02-111-3/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Simplify build system, add --enable-multicallLaurent Bercot2023-02-051-0/+9
| | | | 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>
* 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 at link stageLaurent 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: 2.6.1.1v2.6.1.1Laurent Bercot2020-10-041-1/+1
|
* Rename cd/umask to execline-cd/execline-umask, make symlinks, etc.Laurent Bercot2019-12-301-0/+5
|
* Fix generated CC for cross-buildsLaurent Bercot2019-10-211-1/+1
|
* Add --enable-pedantic-posix, posix-cd, prepare for 2.5.3.0Laurent Bercot2019-10-091-1/+10
| | | | Also make wait posix-compliant and update doc.
* 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
|
* -fPIC -> CPPFLAGS_AUTOLaurent Bercot2019-02-241-1/+1
|
* Build everything as PIC by defaultLaurent Bercot2019-02-241-13/+2
|
* Add mechanism for conditional slashpackage builds in deps-buildLaurent Bercot2018-08-201-6/+13
|
* with pthread support for nsssLaurent Bercot2018-07-281-0/+2
|
* Add nsss support (for homeof)Laurent Bercot2018-07-281-0/+9
|
* Make all-pic a user optionLaurent Bercot2017-10-301-11/+19
|
* Support default pieLaurent Bercot2017-10-291-0/+15
|
* Better *FLAGS management ; prepare for 2.3.0.3Laurent Bercot2017-10-051-14/+23
|
* Proper support for timer_libLaurent Bercot2016-10-241-0/+2
|
* Fix shebangdir with --enable-slashpackageLaurent Bercot2016-10-181-1/+5
|
* Implement --enable-absolute-pathsLaurent Bercot2016-10-161-14/+14
|
* 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-7/+15
|
* fix --enable-crossLaurent Bercot2015-12-051-1/+1
|
* Easier CROSS_COMPILE support in configureLaurent Bercot2015-11-301-2/+3
|
* remove useless 'skalibs' expansion in configureLaurent Bercot2015-11-051-1/+1
|