diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-08 11:11:37 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-08 11:11:37 +0100 |
commit | a1b70efd48ce85dbd65388fa7c397b5380c1224f (patch) | |
tree | e0bbcf1bb6fad1c5a9c22bce60c3f79b4010f6aa /i486-stage3 | |
parent | bea8a613f584c6d460103775c2752941e811459f (diff) | |
download | bootstrap32-a1b70efd48ce85dbd65388fa7c397b5380c1224f.tar.xz |
openldap in stage3 works
Diffstat (limited to 'i486-stage3')
-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 |