]> git.proxmox.com Git - pve-kernel-jessie.git/commitdiff
ensure linux-tools is not linked with OpenSSL
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 8 Feb 2017 10:28:46 +0000 (11:28 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 8 Feb 2017 11:51:24 +0000 (12:51 +0100)
Makefile

index 6fcf197a2a85cd5f207033bbbd823640053e04bc..9c68c18a267540a007a7739865327d7529b73b5e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -242,7 +242,7 @@ PVE_CONFIG_OPTS= \
        cd ${KERNEL_SRC}; ./scripts/config ${PVE_CONFIG_OPTS}
        cd ${KERNEL_SRC}; make oldconfig
        cd ${KERNEL_SRC}; make -j 8
-       make -C ${KERNEL_SRC}/tools/perf prefix=/usr HAVE_CPLUS_DEMANGLE=1 NO_LIBPYTHON=1 NO_LIBPERL=1 PYTHON=python2.7
+       make -C ${KERNEL_SRC}/tools/perf prefix=/usr HAVE_CPLUS_DEMANGLE=1 NO_LIBPYTHON=1 NO_LIBPERL=1 NO_LIBCRYPTO=1 PYTHON=python2.7
        make -C ${KERNEL_SRC}/tools/perf man
        touch $@