diff options
| -rw-r--r-- | PKGBUILD | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -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"  | 
