diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2008-08-12 20:31:21 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2008-08-12 20:31:21 +0000 |
| commit | 754f9d6baa7b5c0b90e959a214d91cc344f3a910 (patch) | |
| tree | 2d7bb60dae9647852dc6f528cbd384515a4c5dc7 /src | |
| parent | efef1efc3574bba7dbc58f4b287631302cc201d5 (diff) | |
| download | krb5-754f9d6baa7b5c0b90e959a214d91cc344f3a910.tar.gz krb5-754f9d6baa7b5c0b90e959a214d91cc344f3a910.tar.xz krb5-754f9d6baa7b5c0b90e959a214d91cc344f3a910.zip | |
Actually use the export list for Darwin libraries
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20645 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/shlib.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/shlib.conf b/src/config/shlib.conf index 95f669cf5..d4c145d7d 100644 --- a/src/config/shlib.conf +++ b/src/config/shlib.conf @@ -330,7 +330,7 @@ mips-*-netbsd*) SHLIBEXT=.dylib DYNOBJEXT=.so SHLIB_EXPORT_FILE_DEP=darwin.exports - LDCOMBINE='$(CC) -undefined error -dead_strip -dynamiclib -compatibility_version $(LIBMAJOR) -current_version $(LIBMAJOR).$(LIBMINOR) -install_name "$(KRB5_LIBDIR)/$(LIBPREFIX)$(LIBBASE)$(SHLIBVEXT)" $(CFLAGS) $(LDFLAGS)' + LDCOMBINE='$(CC) -undefined error -dead_strip -dynamiclib -compatibility_version $(LIBMAJOR) -current_version $(LIBMAJOR).$(LIBMINOR) -install_name "$(KRB5_LIBDIR)/$(LIBPREFIX)$(LIBBASE)$(SHLIBVEXT)" -exported_symbols_list darwin.exports $(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 # the direct dependent libraries contain the pathname where the indirect |
