Closed
Bug 1185201
Opened 10 years ago
Closed 2 years ago
chromium-config for solaris
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: richard.palo, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; SunOS i86pc; rv:31.0) Gecko/20100101 Firefox/31.0
Build ID: 20150715204604
Steps to reproduce:
build
Actual results:
solaris bombs
Expected results:
--- ipc/chromium/chromium-config.mozbuild.orig 2014-10-11 14:58:55.000000000 +0000
+++ ipc/chromium/chromium-config.mozbuild
@@ -71,5 +71,11 @@ else:
'OS_BSD': 1,
})
+ elif CONFIG['OS_ARCH'] == 'SunOS':
+ DEFINES.update({
+ 'OS_SOLARIS': 1,
+ 'OS_POSIX': 1,
+ })
+
else:
DEFINES['OS_LINUX'] = 1
Updated•10 years ago
|
Component: Untriaged → Build Config
Product: Firefox → Core
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•