From 5a75a818c482fe258269e3351c8193a61505d6a9 Mon Sep 17 00:00:00 2001 From: mb Date: Mon, 18 Oct 2010 21:45:13 +0000 Subject: [PATCH] spandsp: Enable parallel build git-svn-id: svn://svn.openwrt.org/openwrt/packages@23525 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/spandsp/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.11.0