From 4d7d290e3609bd1ac9cf799deb50d68f77b1f1dd Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 8 Mar 2018 14:13:52 +0100 Subject: building up to pam (with krb5 and libtirpc) --- i486-stage3/openldap/DESCR | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'i486-stage3') diff --git a/i486-stage3/openldap/DESCR b/i486-stage3/openldap/DESCR index bbf06e2..eaab0e8 100644 --- a/i486-stage3/openldap/DESCR +++ b/i486-stage3/openldap/DESCR @@ -1,6 +1,11 @@ # FS#57749: relink against missing libraries in split package sed -i 's/for dir in clients servers/for dir in libraries clients servers/' PKGBUILD -sed -i '/usr\/share\/man\/man5\/slapo-lastbind.5/ a rm -rf ${pkgdir}/usr/{lib,include,man3}' PKGBUILD +# ldap.conf comes in package 'libldap', also include, libs and devel man +# => remove them in 'openldap' package +sed -i '/usr\/share\/man\/man5\/slapo-lastbind.5/ a \ + rm -rf ${pkgdir}/etc/openldap/ldap.conf \ + rm -rf ${pkgdir}/usr/{lib,include,man3} \ +' PKGBUILD # we actually need only libldap, but installing openldap doesn't harm us ADDITIONAL_INSTALL_PACKAGE=libldap -- cgit v1.2.3-54-g00ecf