gperftools: bump to version 2.16
authorJohn Audia <therealgraysky@proton.me>
Wed, 23 Oct 2024 12:20:29 +0000 (08:20 -0400)
committerHannu Nyman <hannu.nyman@iki.fi>
Sat, 26 Oct 2024 11:55:15 +0000 (14:55 +0300)
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 <therealgraysky@proton.me>
libs/gperftools/Makefile

index 989efd40056eb0354b28f735e488675d4ea478c2..92e7e613256c71fa830a4d369637f6108a290bc0 100644 (file)
@@ -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 <therealgraysky@proton.me>
@@ -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