1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r26178: Link against -ldl as well to prevent undefined symbols.

This commit is contained in:
Jelmer Vernooij 2007-11-27 23:49:42 +01:00 committed by Stefan Metzmacher
parent e61160dce4
commit 7bb479f816

View File

@ -109,7 +109,7 @@ lib/libldb.$(SHLIBEXT): $(SOLIB)
ln -fs $< $@
$(SOLIB): $(OBJS)
$(SHLD) $(SHLD_FLAGS) -o $@ $(OBJS) $(LDFLAGS) $(LIBS) $(TALLOC_LIBS) $(TDB_LIBS) $(LDAP_LIBS) @SONAMEFLAG@$(SONAME)
$(SHLD) $(SHLD_FLAGS) -o $@ $(OBJS) $(LDFLAGS) $(LIBS) $(TALLOC_LIBS) $(TDB_LIBS) $(LIBDL) $(LDAP_LIBS) @SONAMEFLAG@$(SONAME)
all: showflags dirs $(OBJS) $(STATICLIB) $(SOLIB) $(BINS) $(EXAMPLES) manpages