Skip to content

Commit

Permalink
PKGBUILD: Remove BUILD_FLAGS from bpftool compilation
Browse files Browse the repository at this point in the history
This introduces following:

depmod: ERROR: zstd: Restored data doesnt match checksums
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Nov 5, 2024
1 parent 931eb1d commit 6c5d856
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion linux-cachyos-bmq/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ prepare() {
build() {
cd "$_srcname"
make "${BUILD_FLAGS[@]}" -j"$(nproc)" all
make "${BUILD_FLAGS[@]}" -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1

local MODULE_FLAGS=(
KERNEL_UNAME="${_kernuname}"
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ prepare() {
build() {
cd "$_srcname"
make "${BUILD_FLAGS[@]}" -j"$(nproc)" all
make "${BUILD_FLAGS[@]}" -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1

local MODULE_FLAGS=(
KERNEL_UNAME="${_kernuname}"
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-deckify/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ prepare() {
build() {
cd "$_srcname"
make "${BUILD_FLAGS[@]}" -j"$(nproc)" all
make "${BUILD_FLAGS[@]}" -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1

local MODULE_FLAGS=(
KERNEL_UNAME="${_kernuname}"
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-eevdf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ prepare() {
build() {
cd "$_srcname"
make "${BUILD_FLAGS[@]}" -j"$(nproc)" all
make "${BUILD_FLAGS[@]}" -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1

local MODULE_FLAGS=(
KERNEL_UNAME="${_kernuname}"
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-lts/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ prepare() {
build() {
cd "$_srcname"
make "${BUILD_FLAGS[@]}" -j"$(nproc)" all
make "${BUILD_FLAGS[@]}" -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1

local MODULE_FLAGS=(
KERNEL_UNAME="${_kernuname}"
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-rc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ prepare() {
build() {
cd "$_srcname"
make "${BUILD_FLAGS[@]}" -j"$(nproc)" all
make "${BUILD_FLAGS[@]}" -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1

local MODULE_FLAGS=(
KERNEL_UNAME="${_kernuname}"
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-rt-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ prepare() {
build() {
cd "$_srcname"
make "${BUILD_FLAGS[@]}" -j"$(nproc)" all
make "${BUILD_FLAGS[@]}" -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1

local MODULE_FLAGS=(
KERNEL_UNAME="${_kernuname}"
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-sched-ext/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ prepare() {
build() {
cd "$_srcname"
make "${BUILD_FLAGS[@]}" -j"$(nproc)" all
make "${BUILD_FLAGS[@]}" -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1

local MODULE_FLAGS=(
KERNEL_UNAME="${_kernuname}"
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-server/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ prepare() {
build() {
cd "$_srcname"
make "${BUILD_FLAGS[@]}" -j"$(nproc)" all
make "${BUILD_FLAGS[@]}" -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1

local MODULE_FLAGS=(
KERNEL_UNAME="${_kernuname}"
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ prepare() {
build() {
cd "$_srcname"
make "${BUILD_FLAGS[@]}" -j"$(nproc)" all
make "${BUILD_FLAGS[@]}" -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1

local MODULE_FLAGS=(
KERNEL_UNAME="${_kernuname}"
Expand Down

0 comments on commit 6c5d856

Please sign in to comment.