mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-16 16:39:38 +00:00
Fixed patch for keyutils
This commit is contained in:
@ -12,7 +12,10 @@
|
||||
# Optional: NONE
|
||||
|
||||
# Per Chimera Linux, enable install(1) portability
|
||||
patch -Np1 -i ../patches/keyutils-chimera/install.patch
|
||||
#patch -Np1 -i ../patches/keyutils-chimera/install.patch
|
||||
|
||||
# Remove -Werror from CFLAGS
|
||||
patch -Np1 -i ../patches/keyutils-mlfs/remove-werror.patch
|
||||
|
||||
read -p "Compile?" && \
|
||||
# If building with LLVM-17's LLD, set the LDFLAGS
|
||||
|
11
patches/keyutils-mlfs/remove-werror.patch
Normal file
11
patches/keyutils-mlfs/remove-werror.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- keyutils-1.6.3.orig/Makefile 2020-07-07 11:04:37.000000000 -0500
|
||||
+++ keyutils-1.6.3/Makefile 2024-01-10 15:39:50.250688856 -0600
|
||||
@@ -1,6 +1,6 @@
|
||||
CPPFLAGS := -I.
|
||||
-CFLAGS := -g -Wall -Werror
|
||||
-CXXFLAGS := -g -Wall -Werror
|
||||
+CFLAGS := -g -Wall
|
||||
+CXXFLAGS := -g -Wall
|
||||
INSTALL := install
|
||||
DESTDIR :=
|
||||
SPECFILE := keyutils.spec
|
Reference in New Issue
Block a user