From 9d7e679db023b76dd8a66acd76a3a5cbbdf33b86 Mon Sep 17 00:00:00 2001 From: John Audia Date: Wed, 23 Oct 2024 08:20:29 -0400 Subject: [PATCH] gperftools: bump to version 2.16 Changelog: https://github.com/gperftools/gperftools/releases/tag/gperftools-2.16 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia --- libs/gperftools/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libs/gperftools/Makefile b/libs/gperftools/Makefile index 989efd4005..92e7e61325 100644 --- a/libs/gperftools/Makefile +++ b/libs/gperftools/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gperftools -PKG_VERSION:=2.15 +PKG_VERSION:=2.16 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/gperftools/gperftools/tar.gz/$(PKG_NAME)-$(PKG_VERSION)? -PKG_HASH:=3918ff2e21bb3dbb5a801e1daf55fb20421906f7c42fbb482bede7bdc15dfd2e +PKG_HASH:=737be182b4e42f5c7f595da2a7aa59ce0489a73d336d0d16847f2aa52d5221b4 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=John Audia @@ -58,8 +58,6 @@ define Build/InstallDev endef define Package/gperftools-headers/install - $(INSTALL_DIR) $(1)/usr/include/google - $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/include/google/tcmalloc.h $(1)/usr/include/google $(INSTALL_DIR) $(1)/usr/include/gperftools $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/include/gperftools/tcmalloc.h $(1)/usr/include/gperftools endef