Remove unneeded configure flags and add support for parallel build. No need to bump the PKG_RELEASE.
Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > --- Index: libs/libosip2/Makefile =================================================================== --- libs/libosip2/Makefile (revision 28065) +++ libs/libosip2/Makefile (working copy) @@ -17,6 +17,7 @@ PKG_FIXUP:=libtool PKG_INSTALL:=1 +PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk @@ -42,7 +43,6 @@ --disable-trace \ --enable-pthread \ --enable-semaphore \ - --enable-ntimer \ ) endef _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel