diff options
Diffstat (limited to 'i486-stage3/openldap')
-rw-r--r-- | i486-stage3/openldap/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/i486-stage3/openldap/DESCR b/i486-stage3/openldap/DESCR new file mode 100644 index 0000000..bbf06e2 --- /dev/null +++ b/i486-stage3/openldap/DESCR @@ -0,0 +1,6 @@ +# 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 + +# we actually need only libldap, but installing openldap doesn't harm us +ADDITIONAL_INSTALL_PACKAGE=libldap |