We need those symbols for our hardening checks. The binaries
anyway will be stripped afterwards and the debug symbols will
be used for the debuginfo packages.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
name = openldap
version = 2.6.4
-release = 1.1
+release = 2
groups = System/Daemons
url = https://www.openldap.org/
%{create_user}
end
+ # Do not strip the binaries during install.
+ make_install_targets += \
+ STRIP_OPTS=
+
install_cmds
mv -v %{BUILDROOT}%{libdir}/slapd %{BUILDROOT}/usr/sbin/slapd
ln -svf slapd %{BUILDROOT}/usr/sbin/slapacl