mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Apply suggested fix to:
1.2.10 build problems under Digital UNIX 4.0D (ITS#590)
This commit is contained in:
parent
1048a57853
commit
5e4d9d028a
2 changed files with 2 additions and 1 deletions
1
CHANGES
1
CHANGES
|
|
@ -7,6 +7,7 @@ Changes included in OpenLDAP 1.2.12 Engineering
|
|||
Fixed Pth initialization bug
|
||||
Fixed libldap/add mod_bvalues typo
|
||||
Build Environment
|
||||
Remove extra Digital UNIX symbol (ITS#590)
|
||||
Ignore make clean rm failure
|
||||
|
||||
Changes included in OpenLDAP 1.2.11
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ libbackends.a: .backend
|
|||
mv $$j $${pre}$$j; \
|
||||
done; \
|
||||
$(AR) ruv libbackends.a *.o 2>&1 | grep -v truncated; \
|
||||
$(RM) *.o __.SYMDEF; \
|
||||
$(RM) *.o __.SYMDEF ________64ELEL_ ; \
|
||||
echo "added backend library $$i"; \
|
||||
); \
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue