diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2004-06-19 00:19:03 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2004-06-19 00:19:03 +0000 |
| commit | e966cb3cc15cb186560dbe7b310df706e9ded367 (patch) | |
| tree | 88cd96f72cb3769db8f7905b12d8cc18ff3f2223 /src/config/ChangeLog | |
| parent | c2b8bd00d9e18b8ab2000ffa040c231fc8ac866e (diff) | |
| download | krb5-e966cb3cc15cb186560dbe7b310df706e9ded367.tar.gz krb5-e966cb3cc15cb186560dbe7b310df706e9ded367.tar.xz krb5-e966cb3cc15cb186560dbe7b310df706e9ded367.zip | |
* shlib.conf (*-*-darwin*, *-*-rhapsody*): Don't set PICFLAGS or LDFLAGS.
Force static libraries only always, instead of just as the default.
(*-*-aix*): The initfini argument should be "-binitfini". Use -bernotok, not
-berok. Do use the INIT_FINI_PREP command in constructing MAKE_SHLIB_COMMAND.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16492 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config/ChangeLog')
| -rw-r--r-- | src/config/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 6c23eadf0..c63eb01c7 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,5 +1,12 @@ 2004-06-18 Ken Raeburn <raeburn@mit.edu> + * shlib.conf (*-*-darwin*, *-*-rhapsody*): Don't set PICFLAGS or + LDFLAGS. Force static libraries only always, instead of just as + the default. + (*-*-aix*): The initfini argument should be "-binitfini". Use + -bernotok, not -berok. Do use the INIT_FINI_PREP command in + constructing MAKE_SHLIB_COMMAND. + * pre.in (PTHREAD_CFLAGS): New variable. (ALL_CFLAGS): Include it. |
