From dcf6c99f6a01d24164d723a004e06ab1235996b9 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 28 Aug 2011 12:08:27 +0000 Subject: [PATCH] [package] libosip2: minor fix for libosip2 package Remove unneeded configure flags and add support for parallel build. No need to bump the PKG_RELEASE. Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/packages@28099 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libosip2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libosip2/Makefile b/libs/libosip2/Makefile index d6ad45f93..d36a6a0ab 100644 --- a/libs/libosip2/Makefile +++ b/libs/libosip2/Makefile @@ -17,6 +17,7 @@ PKG_MD5SUM:=7691546f6b3349d10007fc1aaff0f4e0 PKG_FIXUP:=libtool PKG_INSTALL:=1 +PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk @@ -42,7 +43,6 @@ define Build/Configure --disable-trace \ --enable-pthread \ --enable-semaphore \ - --enable-ntimer \ ) endef -- 2.11.0