mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-17 17:48:20 -05:00
Needs to add symlink for static version of library.
This commit is contained in:
parent
e5acf2467b
commit
9aa2cd646b
1 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,9 @@ MKDEPFLAG = -l
|
||||||
|
|
||||||
$(LIBRARY): version.lo
|
$(LIBRARY): version.lo
|
||||||
$(LINK) -rpath $(libdir) -o $@ $(OBJS) version.lo
|
$(LINK) -rpath $(libdir) -o $@ $(OBJS) version.lo
|
||||||
@$(RM) ../$@; \
|
$(RM) ../$@; \
|
||||||
(d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@)
|
(d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@)
|
||||||
|
$(RM) ../`$(BASENAME) $@ .la`.a; \
|
||||||
|
(d=`$(PWD)`; t=`$(BASENAME) $@ .la`.a; $(LN_S) `$(BASENAME) $$d`/.libs/$$t ../$$t)
|
||||||
|
|
||||||
Makefile: $(top_srcdir)/build/lib-shared.mk
|
Makefile: $(top_srcdir)/build/lib-shared.mk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue