Finally, openldap does not need .la files

This commit is contained in:
Pierre Labastie 2018-03-11 05:55:16 +00:00
parent 2969cdfb6b
commit 2b67b9ba4d

View file

@ -40,7 +40,6 @@
for libdir in /lib /usr/lib $(find /opt -name lib); do
find $libdir -name \*.la \
! -path \*ImageMagick\* \
! -path \*openldap\* \
-delete
done