[Bug 2962] New: [IcedTea6] System default check doesn't match all GNU/Linux systems
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed May 18 15:56:04 UTC 2016
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2962
Bug ID: 2962
Summary: [IcedTea6] System default check doesn't match all
GNU/Linux systems
Product: IcedTea
Version: 6-1.13.11
Hardware: all
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: gnu.andrew at redhat.com
CC: unassigned at icedtea.classpath.org
Some systems do not report as "linux-gnu" and so do not match the
default check in the system library support macros e.g.
if test x"${ENABLE_LCMS2}" = "xyes" -a x"${target_os}" = "xlinux-gnu" ;
then
ENABLE_SYSTEM_LCMS="yes" ;
else
ENABLE_SYSTEM_LCMS="no" ;
fi;
We should switch to a similar case check as used in IT_SET_OS_DIRS.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160518/2c94ac51/attachment-0001.html>
More information about the distro-pkg-dev
mailing list