Merge pull request #5392 from CvH/9.2/gperf

gperftools: fix for release files
This commit is contained in:
Christian Hewitt 2021-05-24 05:03:50 +04:00 committed by GitHub
commit 61c8e1a2cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,4 +10,4 @@ PKG_URL="https://github.com/gperftools/gperftools/releases/download/gperftools-$
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Google Performance Tools"
PKG_CMAKE_OPTS_TARGET="-Dgperftools_build_minimal=ON -DGPERFTOOLS_BUILD_STATIC=OFF"
PKG_CONFIGURE_OPTS_TARGET="--enable-minimal --disable-debugalloc --disable-static"