Closed
Bug 232124
Opened 22 years ago
Closed 13 years ago
installing xpi files fails on NetBSD
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: taya, Unassigned)
Details
Attachments
(1 file)
|
510 bytes,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
configure does not detect that NetBSD have statfs(2).
So force to set HAVE_SYS_STATFS_H and etc. like FreeBSD
| Reporter | ||
Comment 1•22 years ago
|
||
this patch is used for NetBSD pkgsrc system.
so known to be worked.
Updated•22 years ago
|
Attachment #139841 -
Flags: review?(dougt)
Updated•22 years ago
|
Assignee: xpi-engine → dougt
Component: Installer: XPInstall Engine → XPCOM
Comment 2•22 years ago
|
||
Comment on attachment 139841 [details] [diff] [review]
set HAVE_SYS_STATFS_H and etc on NetBSD
I have no way to verify this, but it will not break any top tier platforms.
Benjamin, is this something you want to check in or can verify?
Attachment #139841 -
Flags: review?(dougt) → review+
Comment 3•22 years ago
|
||
I was just watching bugspam; I don't have the ability to verify that this is
correct or even builds, so I'm reluctant to check it in.
| Reporter | ||
Comment 4•22 years ago
|
||
If you can confirm that this patch does not break any platform you can verify, I
will verify that this patch fix the bug that break build on NetBSD.
Updated•19 years ago
|
Assignee: dougt → nobody
QA Contact: xpcom
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•