It's in src/pam/Makefile.in and was removed in CVS. -- Nathan
On Wed, 2002-12-25 at 16:14, Russ Allbery wrote: > Matthew Miller <[EMAIL PROTECTED]> writes: > > > cc -I/home/mattdm/rpmbuild/BUILD/openafs-1.2.8/src/config > > -I/home/mattdm/rpmbuild/BUILD/openafs-1.2.8/include > > -I/usr/include -I/usr/include/sys -O2 -Dlinux > > -DLINUX_PAM -fPIC -c -o test_pam.o test_pam.c > > Those compile flags are bad news. You should *never* pass -I/usr/include > or particularly -I/usr/include/sys to a compiler unless you're doing very > weird things. > > Whatever is adding those -I lines is what's causing the problem. -- ------------------------------------------------------------ Nathan Neulinger EMail: [EMAIL PROTECTED] University of Missouri - Rolla Phone: (573) 341-4841 Computing Services Fax: (573) 341-4216 _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
