Fixing the openoffice build, to run with a single job.
svn path=/nixpkgs/trunk/; revision=15182
This commit is contained in:
parent
fc3574b125
commit
ff894ae773
|
@ -39,7 +39,6 @@ postConfigure() {
|
||||||
buildPhase=buildPhase
|
buildPhase=buildPhase
|
||||||
buildPhase() {
|
buildPhase() {
|
||||||
source LinuxX86*Env.Set.sh
|
source LinuxX86*Env.Set.sh
|
||||||
export JOBS=2
|
|
||||||
./bootstrap
|
./bootstrap
|
||||||
dmake # wait a few hours...
|
dmake # wait a few hours...
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- OOH680_m17/libtextcat/makefile.mk 2008-01-02 18:33:39.000000000 +0100
|
|
||||||
+++ OOH680_m17/libtextcat/makefile.mk 2008-08-14 15:52:19.000000000 +0200
|
|
||||||
@@ -62,6 +62,6 @@ ADDITIONAL_FILES= \
|
|
||||||
|
|
||||||
#relative to CONFIGURE_DIR
|
|
||||||
CONFIGURE_ACTION=configure CFLAGS="$(EXTRA_CFLAGS)"
|
|
||||||
-CONFIGURE_FLAGS=
|
|
||||||
+CONFIGURE_FLAGS=--prefix="${out}"
|
|
||||||
|
|
||||||
BUILD_ACTION=make
|
|
Loading…
Reference in New Issue