Force 1 job at a time (#1867)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Jun 2007 14:16:16 +0000 (14:16 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Jun 2007 14:16:16 +0000 (14:16 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7589 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libgphoto2/Makefile

index a05a0a3..196b457 100644 (file)
@@ -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