mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -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> (cherry picked from commit3ddeb7a9d3) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
1717031cb6
commit
761c4f74a9
@@ -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