mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Reorder build order to ensure -llutil is available -llber and
-llber is available for -llunicode. Add -llber to ucgendat (to pick up snprintf).
This commit is contained in:
parent
97b211174a
commit
6b42a33152
3 changed files with 5 additions and 4 deletions
|
|
@ -4,7 +4,8 @@
|
||||||
##
|
##
|
||||||
## Libraries Makefile for OpenLDAP
|
## Libraries Makefile for OpenLDAP
|
||||||
|
|
||||||
SUBDIRS= liblutil liblunicode libldif \
|
SUBDIRS= liblutil liblber \
|
||||||
liblber libldap libldap_r \
|
liblunicode libldif \
|
||||||
|
libldap libldap_r \
|
||||||
libavl libldbm librewrite
|
libavl libldbm librewrite
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ SRCS = ucstr.c
|
||||||
OBJS = ucdata.o ure.o urestubs.o ucstr.o
|
OBJS = ucdata.o ure.o urestubs.o ucstr.o
|
||||||
|
|
||||||
XLIB = $(LIBRARY)
|
XLIB = $(LIBRARY)
|
||||||
XLIBS = $(LDAP_LIBLUTIL_A)
|
XLIBS = $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A)
|
||||||
PROGRAMS = ucgendat
|
PROGRAMS = ucgendat
|
||||||
|
|
||||||
LDAP_INCDIR= ../../include
|
LDAP_INCDIR= ../../include
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue