[package] libosip2: minor fix for libosip2 package
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 28 Aug 2011 12:08:27 +0000 (12:08 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 28 Aug 2011 12:08:27 +0000 (12:08 +0000)
Remove unneeded configure flags and add support for parallel build.

No need to bump the PKG_RELEASE.

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28099 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libosip2/Makefile

index d6ad45f..d36a6a0 100644 (file)
@@ -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