From: florian Date: Tue, 12 Jun 2007 14:16:16 +0000 (+0000) Subject: Force 1 job at a time (#1867) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=7e6b70a83074b3f97cf945cfc6786beae1d1ef70;p=packages.git Force 1 job at a time (#1867) git-svn-id: svn://svn.openwrt.org/openwrt/packages@7589 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libgphoto2/Makefile b/libs/libgphoto2/Makefile index a05a0a330..196b45785 100644 --- a/libs/libgphoto2/Makefile +++ b/libs/libgphoto2/Makefile @@ -63,7 +63,7 @@ define Build/Configure endef define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) -j$(CONFIG_JLEVEL) \ + $(MAKE) -C $(PKG_BUILD_DIR) -j1 \ DESTDIR="$(PKG_INSTALL_DIR)" \ LIBLTDL="" \ all install