[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 <openwrt@lukaperkov.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28099 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2011-08-28 12:08:27 +00:00
parent 3d1d83abe7
commit dcf6c99f6a

View 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