Opened 13 years ago
Closed 13 years ago
#1171 closed defect (fixed)
[raster] Missing UNIX define for solaris in rt_api.h
Reported by: | rroliver | Owned by: | pracine |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | Solaris | Cc: |
Description
Need to define UNIX on solaris so it uses strcasecmp and strncasecmp instead of stricmp and strnicmp
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | postgis-2.0.0SVN-raster_add_solaris_support-1.patch added |
---|
comment:1 by , 13 years ago
Component: | postgis → postgis raster |
---|---|
Owner: | changed from | to
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | Missing UNIX define for solaris in rt_api.h → [raster] Missing UNIX define for solaris in rt_api.h |
Patched applied in r7790
Note:
See TracTickets
for help on using tickets.
patch, use strcasecmp/strncasecmp on solaris too