a4fe235317
Switch the build process to using Rust's new build system called rustbuild. At the same time stop using jemalloc on all platforms and switch to the system allocator since that was simplier to do.
13 lines
308 B
PHP
13 lines
308 B
PHP
SECTION = "devel"
|
|
|
|
DEPENDS = "openssl zlib libgit2 curl ca-certificates libssh2"
|
|
|
|
LIC_FILES_CHKSUM += " \
|
|
file://LICENSE-THIRD-PARTY;md5=892ea68b169e69cfe75097fc38a15b56 \
|
|
"
|
|
|
|
# Used in libgit2-sys's build.rs, needed for pkg-config to be used
|
|
export LIBGIT2_SYS_USE_PKG_CONFIG = "1"
|
|
|
|
BBCLASSEXTEND = "native"
|