diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-10-07 09:07:20 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-10-07 09:07:20 +1000 |
commit | adc947d5a532880e7a2ffd1828789ada8fea6931 (patch) | |
tree | d13e2b2161fbf073180ce517b8393cddd6416684 /ChangeLog | |
parent | 09f1093a29e6dcbec76cfa1831d080ced2d4b627 (diff) |
- (dtucker) [configure.ac] Set put -lselinux into $LIBS while testing for
SELinux functions so they're detected correctly. Patch from pebenito at
gentoo.org.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ | |||
1 | 20061006 | 1 | 20061006 |
2 | - (tim) [buildpkg.sh.in] Use uname -r instead of -v in OS_VER for Solaris. | 2 | - (tim) [buildpkg.sh.in] Use uname -r instead of -v in OS_VER for Solaris. |
3 | Differentiate between OpenServer 5 and OpenServer 6 | 3 | Differentiate between OpenServer 5 and OpenServer 6 |
4 | - (dtucker) [configure.ac] Set put -lselinux into $LIBS while testing for | ||
5 | SELinux functions so they're detected correctly. Patch from pebenito at | ||
6 | gentoo.org. | ||
4 | 7 | ||
5 | 20061003 | 8 | 20061003 |
6 | - (tim) [configure.ac] Move CHECK_HEADERS test before platform specific | 9 | - (tim) [configure.ac] Move CHECK_HEADERS test before platform specific |
@@ -2519,4 +2522,4 @@ | |||
2519 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 2522 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
2520 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 2523 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
2521 | 2524 | ||
2522 | $Id: ChangeLog,v 1.4567 2006/10/06 21:58:38 tim Exp $ | 2525 | $Id: ChangeLog,v 1.4568 2006/10/06 23:07:20 dtucker Exp $ |