mirror of
https://abf.rosa.ru/djam/kernel-6.1.git
synced 2025-02-24 15:52:54 +00:00
No description
![]() [user@rosa2019 tmp]$ diff -ur linux-5.10.11/scripts/Makefile linux-5.10.17/scripts/Makefile --- linux-5.10.11/scripts/Makefile 2021-01-27 13:55:30.000000000 +0300 +++ linux-5.10.17/scripts/Makefile 2021-02-17 13:02:30.000000000 +0300 @@ -3,6 +3,9 @@ # scripts contains sources for various helper programs used throughout # the kernel for the build process. +CRYPTO_LIBS = $(shell pkg-config --libs libcrypto 2> /dev/null || echo -lcrypto) +CRYPTO_CFLAGS = $(shell pkg-config --cflags libcrypto 2> /dev/null) + hostprogs-always-$(CONFIG_BUILD_BIN2C) += bin2c hostprogs-always-$(CONFIG_KALLSYMS) += kallsyms hostprogs-always-$(BUILD_C_RECORDMCOUNT) += recordmcount @@ -14,8 +17,10 @@ HOSTCFLAGS_sorttable.o = -I$(srctree)/tools/include HOSTCFLAGS_asn1_compiler.o = -I$(srctree)/include -HOSTLDLIBS_sign-file = -lcrypto -HOSTLDLIBS_extract-cert = -lcrypto +HOSTCFLAGS_sign-file.o = $(CRYPTO_CFLAGS) +HOSTLDLIBS_sign-file = $(CRYPTO_LIBS) +HOSTCFLAGS_extract-cert.o = $(CRYPTO_CFLAGS) +HOSTLDLIBS_extract-cert = $(CRYPTO_LIBS) ifdef CONFIG_UNWINDER_ORC ifeq ($(ARCH),x86_64) |
||
---|---|---|
.abf.yml | ||
0001-AltHa-LSM-module.patch | ||
0001-Apply-AUFS-5.patch | ||
0001-audit-make-it-less-verbose.patch | ||
0001-crypto-support-loading-GOST-signed-kernel-modules.patch | ||
0001-disable-mrproper-prepare-scripts-configs-in-devel-rp.patch | ||
0001-perf-skip-xmlto-validation.patch | ||
0001-Remove-RPM-illegal-chars-from-module-version.patch | ||
0001-Revert-kallsyms-unexport-kallsyms_lookup_name-and-ka.patch | ||
0001-ROSA-ima-allow-to-off-modules-signature-check-dynami.patch | ||
0001-sign-file-full-functionality-with-modern-LibreSSL.patch | ||
0002-Documentation-for-AltHa-LSM.patch | ||
0003-security-altha-altha_lsm.c-build-fixed-with-kernel-5.patch | ||
0004-altha-use-path-strings-instead-of-path-structs.patch | ||
aufs-k510.diff | ||
cpupower-start.sh | ||
cpupower.config | ||
cpupower.path | ||
cpupower.service | ||
kernel-arm64.config | ||
kernel-i586.config | ||
kernel-x86_64.config | ||
kernel.rpmlintrc | ||
kernel.spec | ||
le9pf.diff | ||
macros.ksobirator |