]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
ghostscript: Disable parallel build.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Apr 2010 12:29:04 +0000 (14:29 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Apr 2010 12:29:04 +0000 (14:29 +0200)
pkgs/core/ghostscript/ghostscript.nm

index 9721ec8a86dac2df5280acf21fd1287c68a17aab..90ad764d38e47d03a7e7b54f1859228a501ba1a0 100644 (file)
@@ -56,6 +56,8 @@ PKG_TARBALL    = $(THISAPP).tar.bz2
 CONFIGURE_OPTIONS += \
                --without-omni
 
+PARALLELISMFLAGS = # Disable this
+
 define STAGE_INSTALL_CMDS
        chown -v root:root $(BUILDROOT)/usr/share/ghostscript/8.70/Resource/Font/*
 endef