From 67d6920354ce163ad442e1ed25ad8f72f50193bf Mon Sep 17 00:00:00 2001 From: Florian Fainelli 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 SVN-Revision: 28099 --- libs/libosip2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libosip2/Makefile b/libs/libosip2/Makefile index d6ad45f934..d36a6a0ab5 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.30.2