From 7e6b70a83074b3f97cf945cfc6786beae1d1ef70 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 12 Jun 2007 14:16:16 +0000 Subject: [PATCH] Force 1 job at a time (#1867) git-svn-id: svn://svn.openwrt.org/openwrt/packages@7589 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libgphoto2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0