From: Michael Büsch Date: Mon, 18 Oct 2010 21:45:13 +0000 (+0000) Subject: spandsp: Enable parallel build X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=79b5eb5cfe0c14835447e4a0355fc77f723fe8d3 spandsp: Enable parallel build SVN-Revision: 23525 --- diff --git a/libs/spandsp/Makefile b/libs/spandsp/Makefile index e4b689d58a..c19242aae6 100644 --- a/libs/spandsp/Makefile +++ b/libs/spandsp/Makefile @@ -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