| Summary: | ASTERISK-09123: "sed -r" in mkpkgconfig not valid on Darwin | ||
| Reporter: | John Covert (jcovert) | Labels: | |
| Date Opened: | 2007-03-28 00:55:06 | Date Closed: | 2007-06-30 09:20:10 |
| Priority: | Minor | Regression? | No |
| Status: | Closed/Complete | Components: | Core/General |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ||
| Description: | mkpkgconfig contains a couple of "sed -r" commands which need to be "sed -E" on Darwin. Otherwise an eror is reported during "make install". | ||
| Comments: | By: Russell Bryant (russell) 2007-04-03 18:00:40 This should be resolved in the 1.2 branch as of revision 60014. It was already fixed in 1.4 and trunk. Thanks! | ||