mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/libpjsip: enable parallel builds
Parallel builds were disabled in 2016 by buildroot commit781ce19d74. In 2020 upstream added two commits which fix parallel buildsddf48e204578683646c8to version 2.11 which was added to buildroot with commit2c7ad667ec. Tested with -j100. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
This commit is contained in:
committed by
Marcus Hoffmann
parent
8008da299f
commit
3ddeb7a9d3
@@ -13,7 +13,6 @@ LIBPJSIP_LICENSE_FILES = COPYING
|
||||
LIBPJSIP_CPE_ID_VENDOR = teluu
|
||||
LIBPJSIP_CPE_ID_PRODUCT = pjsip
|
||||
LIBPJSIP_INSTALL_STAGING = YES
|
||||
LIBPJSIP_MAKE = $(MAKE1)
|
||||
|
||||
LIBPJSIP_CFLAGS = $(TARGET_CFLAGS) -DPJ_HAS_IPV6=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user