From: mb Date: Mon, 18 Oct 2010 21:45:13 +0000 (+0000) Subject: spandsp: Enable parallel build X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=5a75a818c482fe258269e3351c8193a61505d6a9;p=packages.git spandsp: Enable parallel build git-svn-id: svn://svn.openwrt.org/openwrt/packages@23525 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/spandsp/Makefile b/libs/spandsp/Makefile index e4b689d58..c19242aae 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