Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf build: Give better hint about devel package for libssl

In debian/ubuntu its libssl-dev, but for fedora/RHEL/Centos/etc its
openssl-devel, fix it.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Wang Nan <wangnan0@huawei.com>
Fixes: 8ee4646038e4 ("perf build: Add libcrypto feature detection")
Link: https://lkml.kernel.org/n/tip-lnxqszts6aq2c9jy4b7mlnym@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

+1 -1
+1 -1
tools/perf/Makefile.config
··· 588 588 589 589 ifndef NO_LIBCRYPTO 590 590 ifneq ($(feature-libcrypto), 1) 591 - msg := $(warning No libcrypto.h found, disables jitted code injection, please install libssl-devel or libssl-dev); 591 + msg := $(warning No libcrypto.h found, disables jitted code injection, please install openssl-devel or libssl-dev); 592 592 NO_LIBCRYPTO := 1 593 593 else 594 594 CFLAGS += -DHAVE_LIBCRYPTO_SUPPORT