Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61059 - php5-sapi.eclass and a problem with the "jpeg" USE flag
Summary: php5-sapi.eclass and a problem with the "jpeg" USE flag
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-20 12:17 UTC by Peter V. Pretsch
Modified: 2004-08-20 14:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter V. Pretsch 2004-08-20 12:17:07 UTC
Fix:
portage/eclass/php5-sapi.eclass
338c338
<       enable_extension_with           "jpeg-dir"              "jpeg"          0 "/usr"
---
>       enable_extension_with           "jpeg-dir"              "cpdflib"               0 "/usr"

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Stuart Herbert (RETIRED) gentoo-dev 2004-08-20 14:46:32 UTC
Line 338 of the php5-sapi ebuild is correct.  It pulls in the jpeg library, which is required for the cpdflib extension.

To enable jpeg support, you need to enable either 'gd' or 'gd-external'.  I have updated the php5-sapi eclass to warn users that this needs to be done.

Best regards,
Stu