Bug 227262

Summary: Can't find jsautocfg64.h per firefox-js.pc
Product: [Fedora] Fedora Reporter: Braden McDaniel <braden>
Component: firefoxAssignee: Christopher Aillon <caillon>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6CC: joukj, mcepl, mcepl, stransky, wtogami
Target Milestone: ---Keywords: Patch, Regression
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.5.0.10-5 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-16 22:31:19 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: 230414    
Attachments:
Description Flags
Patch to fix the names of included jsautocfg files none

Description Braden McDaniel 2007-02-04 06:45:42 UTC
Description of problem:
The cflags provided by firefox-js.pc are not adequate for finding jsautocfg64.h.
As such, compiling against Firefox JavaScript headers when relying on these
flags fails.

Version-Release number of selected component (if applicable):
1.5.0.9-2.fc6

Comment 1 Braden McDaniel 2007-02-04 06:48:18 UTC
This just started happening after updating from 1.5.0.9-1 to 1.5.0.9-2. Either
firefox-js.pc needs to be fixed to add -I{includedir} to Cflags, or jsautocfg.h
needs to be modified to include "jsautocfg64.h" instead of "js/jsautocfg64.h".


Comment 2 Braden McDaniel 2007-02-04 07:41:40 UTC
Created attachment 147294 [details]
Patch to fix the names of included jsautocfg files

Changing firefox-js.pc for this seems like the wrong thing. This patch fixes
the recently added jsautocfg.h that gets generated by the spec file.

Comment 3 Martin Stransky 2007-03-01 11:29:34 UTC
Added to firefox-1.5.0.9-3.fc6, thanks!