Windows: link libhdb against heimbase
heim_abort and heim_assert are not exported from heimdal.dll. must link against heimbase to use them. Change-Id: I57a29b90360f9036723c114f03a95684a4802529
This commit is contained in:
@@ -127,7 +127,7 @@ RES=$(OBJ)\libhdb-version.res
|
|||||||
|
|
||||||
$(LIBHDB): $(BINDIR)\libhdb.dll
|
$(LIBHDB): $(BINDIR)\libhdb.dll
|
||||||
|
|
||||||
$(BINDIR)\libhdb.dll: $(libhdb_OBJs) $(ldap_lib) $(LIBHEIMDAL) $(LIBSQLITE) $(LIBCOMERR) $(LIBROKEN) $(RES)
|
$(BINDIR)\libhdb.dll: $(libhdb_OBJs) $(ldap_lib) $(LIBHEIMBASE) $(LIBHEIMDAL) $(LIBSQLITE) $(LIBCOMERR) $(LIBROKEN) $(RES)
|
||||||
$(DLLGUILINK) -def:libhdb-exports.def -implib:$(LIBHDB)
|
$(DLLGUILINK) -def:libhdb-exports.def -implib:$(LIBHDB)
|
||||||
$(DLLPREP)
|
$(DLLPREP)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user