openldap/build
HAMANO Tsukasa c14e3329c0 ITS#10214 Reduce library dependencies
Currently, slapd links libsystemd to notify service state to systemd.
However, libsystemd link several unnecessary libraries, which increases security risks.
The systemd documentation provides a method to send state notifications to systemd using a simple protocol without the need to link against libsystemd.

https://www.freedesktop.org/software/systemd/man/devel/sd_notify.html
2024-05-08 09:50:10 +09:00
..
config.guess ITS#9485 - Regenerate autogenerated file with autoreconf -f -i 2021-07-29 18:06:03 +00:00
config.sub ITS#9485 - Regenerate autogenerated file with autoreconf -f -i 2021-07-29 18:06:03 +00:00
dir.mk Happy New Year! 2024-03-26 19:45:07 +00:00
info.mk Happy New Year! 2024-03-26 19:45:07 +00:00
lib-shared.mk Happy New Year! 2024-03-26 19:45:07 +00:00
lib-static.mk Happy New Year! 2024-03-26 19:45:07 +00:00
lib.mk Happy New Year! 2024-03-26 19:45:07 +00:00
libtool.m4 ITS#9177 - Finish updating migration to latest autoconf and related build tools 2020-04-10 17:44:56 +00:00
LICENSE-2.0.1
lt~obsolete.m4 ITS#9177 - Finish updating migration to latest autoconf and related build tools 2020-04-10 17:44:56 +00:00
ltmain.sh ITS#9485 - Regenerate autogenerated file with autoreconf -f -i 2021-07-29 18:06:03 +00:00
ltoptions.m4 ITS#9177 - Finish updating migration to latest autoconf and related build tools 2020-04-10 17:44:56 +00:00
ltsugar.m4 ITS#9177 - Finish updating migration to latest autoconf and related build tools 2020-04-10 17:44:56 +00:00
ltversion.m4 ITS#9177 - Finish updating migration to latest autoconf and related build tools 2020-04-10 17:44:56 +00:00
man.mk Happy New Year! 2024-03-26 19:45:07 +00:00
mkdep Happy New Year! 2024-03-26 19:45:07 +00:00
mkdep.aix Happy New Year! 2024-03-26 19:45:07 +00:00
mkrelease Happy New Year! 2024-03-26 19:45:07 +00:00
mkvers.bat Happy New Year! 2024-03-26 19:45:07 +00:00
mkversion Happy New Year! 2024-03-26 19:45:07 +00:00
mod.mk Happy New Year! 2024-03-26 19:45:07 +00:00
openldap.m4 ITS#10163 More configure munging 2024-04-05 15:42:04 +00:00
README
rules.mk Happy New Year! 2024-03-26 19:45:07 +00:00
shtool ITS#9161 - Fix various typos 2021-02-17 18:42:46 +00:00
srv.mk Happy New Year! 2024-03-26 19:45:07 +00:00
top.mk ITS#10214 Reduce library dependencies 2024-05-08 09:50:10 +09:00
version.h Happy New Year! 2024-03-26 19:45:07 +00:00
version.sh Happy New Year! 2024-03-26 19:45:07 +00:00
version.var Happy New Year! 2024-03-26 19:45:07 +00:00

The OpenLDAP build environment relies on non-standard versions of
configuration tools:
	Autoconf 2.13.1
	Automake 1.4a
	Libtool 1.4.3

The autoconf/automake releases used are available at:
	ftp://ftp.openldap.org/pub/tools/

The libtool release used is available from:
	ftp://ftp.gnu.org/

but with ltmain.sh replaced with versions found in this directory.