Closed
Bug 131
Opened 27 years ago
Closed 24 years ago
Add config file support for Linux 2.1.x
Categories
(NSPR :: NSPR, enhancement, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: niles, Assigned: wtc)
Details
Created by Rick Niles (niles@axp745.gsfc.nasa.gov) on Thursday, April 9, 1998 1:19:24 PM PDT
Additional Details :
Copy ns/nsprpub/config/LinuxELF2.0.mk to
ns/nsprpub/config/LinuxELF2.1.mk and
then add the follow hacked patch (there
should be real LINUX2_2 flags in the
source later I guess):
*** Linux.mk Thu Apr 9 16:18:45 1998
--- Linux.mk.orig Thu Apr 9 16:18:20 1998
*************** ifeq ($(OS_RELEASE),2.0)
*** 77,86 ****
PLATFORM_FLAGS += -DLINUX2_0
endif
- ifeq ($(OS_RELEASE),2.1)
- PLATFORM_FLAGS += -DLINUX2_0
- endif
-
#
# Linux ppc and 2.0 have shared libraries.
#
--- 77,82 ----
Updated by Wan-Teh Chang (wtc@netscape.com) on Wednesday, April 22, 1998 12:56:37 PM PDT
Additional Details :
Assigned the bug to myself.
Updated by Wan-Teh Chang (wtc@netscape.com) on Tuesday, June 16, 1998 8:25:19 PM PDT
Additional Details :
I changed mozilla/nsprpub/config/Linux.mk
so that it does not define version-specific
macros. Instead, now we use feature-based
macros when possible.
So it should build just fine on Linux 2.1.x
now.
Marked the bug closed.
Comment 1•25 years ago
|
||
NSPR now has its own Bugzilla product. Moving this bug to the NSPR product.
Comment 2•24 years ago
|
||
[mass change] these bugs are closed but have no resolution. reopening...
Status: CLOSED → REOPENED
Updated•24 years ago
|
Status: REOPENED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 3•24 years ago
|
||
marking as fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•