summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-09 04:23:30 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-09 04:23:30 -0800
commite256e083024bd47c23f0b54a9c7c5f189e1eb680 (patch)
tree29ef6d44d0fb460611a17755b58d4e607e6f0886
parentUpdated to 5.10.5.a (diff)
downloadlinux-libre-hardened-e256e083024bd47c23f0b54a9c7c5f189e1eb680.tar.xz
Add workaround for Makefile conflicts
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cf628c..fe90fac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -107,6 +107,8 @@ prepare() {
patch -p1 -i ../0006-ALSA-hda-hdmi-fix-incorrect-mutex-unlock-in-silent_stream_disable.patch
patch -p1 -i ../0007-Revert-drm-amd-display-Fix-memory-leaks-in-S3-resume.patch
+ # Work around hardened not applying to linux-libre
+ sed -e "/^EXTRAVERSION =/s/=.*/=/" -i Makefile
# linux hardened patch
echo "Applying hardened patch"