Bug 131936
| Summary: | $IMDIR in m4 macro in im-sdk has hardcoded libdir | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Leon Ho <llch> |
| Component: | iiimf | Assignee: | Akira TAGOH <tagoh> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | eng-i18n-bugs, wtogami |
| Target Milestone: | --- | Keywords: | i18n |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-04-07 05:53:08 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 125997 | ||
|
Description
Leon Ho
2004-09-07 04:11:19 UTC
the spec file hack must have been there from very early stage, anyway
needs to be fixed.
but if LE is using configure --prefix=%{im_dir}, and in makefile use
things like "libdir = $(prefix)/locale/zh_CN/chinput" LE shouldn't be
affected.
FYI, I've fixed im_common.m4 properly in svn yesterday. I mean --with-imdir is
available now. it would be good rather than using IMDIR="${libdir}/iiim",
because there is the case it doesn't work so that libdir is
${exec_prefix}/lib/iiim unless --libdir isn't specified.
For the multilib support, --with-imdir should works perfectly. it will be
available soon for us.
should be fixed in 12.1.1-11.svn2435. Yup. Thank you Tagoh-san. |