Ticket #1309: auto_icu.patch.txt
| File auto_icu.patch.txt, 423 bytes (added by jkeenan, 11 years ago) |
|---|
| Line | |
|---|---|
| 1 | diff --git a/config/auto/icu.pm b/config/auto/icu.pm |
| 2 | index f78ec86..946232b 100644 |
| 3 | --- a/config/auto/icu.pm |
| 4 | +++ b/config/auto/icu.pm |
| 5 | @@ -169,6 +169,7 @@ sub runstep { |
| 6 | icuheaders => $icuheaders, |
| 7 | }, |
| 8 | ); |
| 9 | + $conf->data->add(' ', 'libs' => '-licuuc -licudata'); |
| 10 | $conf->cc_clean(); |
| 11 | $self->set_result("yes"); |
| 12 | # 5th possible return point; this is the only really successful return. |
