spandsp: Enable parallel build
authorMichael Büsch <mb@bu3sch.de>
Mon, 18 Oct 2010 21:45:13 +0000 (21:45 +0000)
committerMichael Büsch <mb@bu3sch.de>
Mon, 18 Oct 2010 21:45:13 +0000 (21:45 +0000)
SVN-Revision: 23525

libs/spandsp/Makefile

index e4b689d58aa021428ccf23d43795e0c765be50a4..c19242aae6b8630a9504397f23abe010eff7f948 100644 (file)
@@ -17,6 +17,7 @@ PKG_SOURCE_URL:=http://www.soft-switch.org/downloads/spandsp/
 PKG_MD5SUM:=cc860f77270cf3b881f8ccd42d2d0238
 
 PKG_INSTALL:=1
+PKG_BUILD_PARALLEL:=1
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -28,6 +29,7 @@ define Package/libspandsp
 endef
 
 CONFIGURE_ARGS+= LIBS="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib"
+
 TARGET_CFLAGS += $(FPIC)
 
 define Build/InstallDev