diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-18 16:20:02 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-18 16:20:02 +0000 |
commit | ffd4a5b48f26451870c89660a1b92b1d4f9a4073 (patch) | |
tree | e0652b1029ef496dd979c601e71c78582f514912 | |
parent | ad9ce746358d5bf6d0147670304e8ed05131e2ae (diff) |
osb-nrcore: Disable PARALLEL_MAKE as it breaks with it set.
-rw-r--r-- | packages/gtk-webcore/osb-nrcore.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/gtk-webcore/osb-nrcore.inc b/packages/gtk-webcore/osb-nrcore.inc index a6a1832853..6fd1d22580 100644 --- a/packages/gtk-webcore/osb-nrcore.inc +++ b/packages/gtk-webcore/osb-nrcore.inc @@ -9,6 +9,9 @@ LEAD_SONAME = "libnrcore.so" inherit autotools pkgconfig +#/khtml/css/cssproperties.h failes to generate properly with high parallel makes +PARALLEL_MAKE = "" + do_configure () { autotools_do_configure cd ${S} |