icu: fix build with gcc >= 4.4 / JLEVEL > 1
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 23 May 2010 21:29:38 +0000 (23:29 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 23 May 2010 21:32:49 +0000 (23:32 +0200)
commitda86b5aceeb2564d10f337e7c7fec01dafa4ad3f
treec182ab67650862ecf0e011b07486d5cc320a73a6
parent6bd9ca56d9f2eba062e09b4650c1d2b66375b199
icu: fix build with gcc >= 4.4 / JLEVEL > 1

Fix two issues with the icu build:
- icu source contains an #elif without any arguments, which g++ >= 4.4
  flags as an error. This is both an issue for target and host build,
  so restructure the .mk so any *both*patch is applied to both builds
  (the other patches would cause trouble with host builds)
- icu build system isn't parallel make safe, use MAKE1

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/icu/icu-both-elif-no-arguments.patch [new file with mode: 0644]
package/icu/icu.mk