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 used to be commit 7bb479f816
)
This commit is contained in:
parent
8463b9aff9
commit
8e37dc8c9e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user