No subject
Fri Jul 13 12:54:27 CEST 2007
do_configure () {
yes | ./Configure ${LSOF_OS}
}
In this Configure script it tries to test for selinux headers before setting
the compile flag:
# Test for SELinux support.
if test -r ${LSOF_INCLUDE}/selinux/selinux.h # {
then
LSOF_CFGF="$LSOF_CFGF -DHASSELINUX"
LSOF_CFGL="$LSOF_CFGL -lselinux"
fi # }
LSOF_DIALECT_DIR="linux"
LSOF_CFGF="$LSOF_CFGF -D_FILE_OFFSET_BITS=64"
;;
So it finds the header during configure but not during compile. *sigh*
I'll take a deeper look tonight.
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list