mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
gperftools: enable it for mips*
It should be working for mips*,
so enable it and let's see. :-)
In the past, there were some issues related to mips,
when the package was added, but these days, it appears
that these issues are gone. More details
about those issues could be found in the GitHub pull request
when gperftools was added. Reference is in the Fixes tag.
Fixes: c1b4e80825 ("gperftools: add new package")
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
@@ -26,7 +26,7 @@ define Package/gperftools-headers
|
||||
SECTION:=libs
|
||||
TITLE:=Gperftools Headers
|
||||
URL:=https://github.com/gperftools/gperftools
|
||||
DEPENDS:= @!(mips||mips64||mipsel||powerpc)
|
||||
DEPENDS:= @!(powerpc)
|
||||
endef
|
||||
|
||||
define Package/gperftools-runtime
|
||||
@@ -34,7 +34,7 @@ define Package/gperftools-runtime
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Gperftools Runtime
|
||||
URL:=https://github.com/gperftools/gperftools
|
||||
DEPENDS:= +libunwind +libstdcpp @!(mips||mips64||mipsel||powerpc)
|
||||
DEPENDS:= +libunwind +libstdcpp @!(powerpc)
|
||||
endef
|
||||
|
||||
define Package/gperftools-headers/description
|
||||
|
||||
Reference in New Issue
Block a user