Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   lukem
Date:           Sat Aug  2 18:49:13 UTC 2003

Modified Files:
        src/distrib/sets/lists/comp: mi obsolete.mi
        src/lib/libdes: Makefile

Log Message:
Un-obsolete kerberosIV/des.h, and make it a symlink to ../des.h.

It can't be obsoleted because that causes builds with an old
${DESTDIR}/usr/include/kerberosIV/des.h to fail in directories which
have CPPFLAGS+=-I${DESTDIR}/usr/include/kerberosIV so that their #include
of <krb.h> works (and any subsequent #include <foo.h> by <krb.h>).
(Note: gcc3 won't work with a hack such as prepending -I${DESTDIR}/usr/include
before -I${DESTDIR}/usr/include/kerberosIV.)

Affected directories include lib/libkafs, and any thirdparty source
which used a similar -I/usr/include/kerberosIV hack to use <krb.h>.


To generate a diff of this commit:
cvs rdiff -r1.606 -r1.607 src/distrib/sets/lists/comp/mi
cvs rdiff -r1.94 -r1.95 src/distrib/sets/lists/comp/obsolete.mi
cvs rdiff -r1.12 -r1.13 src/lib/libdes/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index