Skip to content

Commit

Permalink
don't need dylib_file options for MAKE_DYNOBJ_COMMAND after all
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ldap-integ@17896 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
raeburn committed Apr 12, 2006
1 parent 60ce671 commit a9dad35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/config/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
2006-03-21 Ken Raeburn <raeburn@mit.edu>

* shlib.conf (*-*-darwin*): Add dylib_file options for krb5support
and kdb5 to MAKE_DYNOBJ_COMMAND.


2006-04-08 Ken Raeburn <raeburn@mit.edu>

* shlib.conf (*-*-linux*): Use linker flag --as-needed when
Expand Down
2 changes: 1 addition & 1 deletion src/config/shlib.conf
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ mips-*-netbsd*)
SHLIBEXT=.dylib
DYNOBJEXT=.so
SHLIB_EXPORT_FILE_DEP=darwin.exports
MAKE_DYNOBJ_COMMAND='$(CC) -bundle $(CFLAGS) $(LDFLAGS) -o $@ $$objlist $(DYNOBJ_EXPFLAGS) -exported_symbols_list darwin.exports -dylib_file "$(KRB5_LIBDIR)/libkrb5support.1.0.dylib":$(TOPLIBD)/libkrb5support.1.0.dylib -dylib_file "$(KRB5_LIBDIR)/libkdb5.4.0.dylib":$(TOPLIBD)/libkdb5.4.0.dylib'
MAKE_DYNOBJ_COMMAND='$(CC) -bundle $(CFLAGS) $(LDFLAGS) -o $@ $$objlist $(DYNOBJ_EXPFLAGS) -exported_symbols_list darwin.exports'
LDCOMBINE='$(CC) -undefined error -dynamiclib -compatibility_version $(LIBMAJOR) -current_version $(LIBMAJOR).$(LIBMINOR) -install_name "$(KRB5_LIBDIR)/$(LIBPREFIX)$(LIBBASE)$(SHLIBVEXT)" $(CFLAGS) $(LDFLAGS)'
# The -dylib_file option tells the linker where to find indirect dependent
# libraries, without adding them to the dependency list. We need this because
Expand Down

0 comments on commit a9dad35

Please sign in to comment.