mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Link fix.
git-svn-id: file:///svn/unbound/trunk@799 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
2ef042ef0e
commit
b97a63aa95
2 changed files with 2 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ lib: libunbound.la
|
||||||
|
|
||||||
libunbound.la: $(LIBUNBOUND_OBJ)
|
libunbound.la: $(LIBUNBOUND_OBJ)
|
||||||
$(INFO) Link $@
|
$(INFO) Link $@
|
||||||
$Q$(LINK_LIB) --export-symbols $(srcdir)/libunbound/ubsyms.def -o $@ $(sort $(LIBUNBOUND_OBJ:.o=.lo)) -rpath $(libdir)
|
$Q$(LINK_LIB) --export-symbols $(srcdir)/libunbound/ubsyms.def -o $@ $(sort $(LIBUNBOUND_OBJ:.o=.lo)) -rpath $(libdir) $(LIBS)
|
||||||
|
|
||||||
ifeq ($(patsubst ldns-src%,ldns-src,$(ldnsdir)),ldns-src)
|
ifeq ($(patsubst ldns-src%,ldns-src,$(ldnsdir)),ldns-src)
|
||||||
ldnslib=$(ldnsdir)/lib/libldns.a
|
ldnslib=$(ldnsdir)/lib/libldns.a
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
- please doxygen, lint.
|
- please doxygen, lint.
|
||||||
- library test application, with basic functionality.
|
- library test application, with basic functionality.
|
||||||
- fix for building in a subdirectory.
|
- fix for building in a subdirectory.
|
||||||
|
- link lib fix for Leopard.
|
||||||
|
|
||||||
30 November 2007: Wouter
|
30 November 2007: Wouter
|
||||||
- makefile that creates libunbound.la, basic file or libunbound.a
|
- makefile that creates libunbound.la, basic file or libunbound.a
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue