Force 1 job at a time (#1867)
authorFlorian Fainelli <florian@openwrt.org>
Tue, 12 Jun 2007 14:16:16 +0000 (14:16 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 12 Jun 2007 14:16:16 +0000 (14:16 +0000)
SVN-Revision: 7589

libs/libgphoto2/Makefile

index a05a0a3309665e2b462a1f094c139215b2542a85..196b45785c0ec96d6b1bc417f7988e49d07ff29b 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