Skip to content

Commit

Permalink
zfs: Update commit and remove (Thin)LTO Workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Nov 22, 2023
1 parent b159feb commit 52ffd9d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 36 deletions.
5 changes: 1 addition & 4 deletions linux-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ fi
# ZFS support
if [ -n "$_build_zfs" ]; then
makedepends+=(git)
source+=("git+https://github.com/cachyos/zfs.git#commit=043c6ee3b6bfb55f8d36e1f048ff13128c279fb8")
source+=("git+https://github.com/cachyos/zfs.git#commit=55dd24c4ccee2da61d5396289ef560f9b7bc6a68")
fi

# NVIDIA pre-build module support
Expand Down Expand Up @@ -679,9 +679,6 @@ build() {
local CONFIGURE_FLAGS=()
[ "$_use_llvm_lto" != "none" ] && CONFIGURE_FLAGS+=("KERNEL_LLVM=1")

export KCPPFLAGS+=' -Wno-error=uninitialized'
export KCFLAGS+=' -Wno-error=uninitialized'

./autogen.sh
sed -i "s|\$(uname -r)|${pkgver}-${pkgsuffix}|g" configure
./configure ${CONFIGURE_FLAGS[*]} --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
Expand Down
5 changes: 1 addition & 4 deletions linux-cachyos-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ fi
# ZFS support
if [ -n "$_build_zfs" ]; then
makedepends+=(git)
source+=("git+https://github.com/cachyos/zfs.git#commit=043c6ee3b6bfb55f8d36e1f048ff13128c279fb8")
source+=("git+https://github.com/cachyos/zfs.git#commit=55dd24c4ccee2da61d5396289ef560f9b7bc6a68")
fi

# NVIDIA pre-build module support
Expand Down Expand Up @@ -679,9 +679,6 @@ build() {
local CONFIGURE_FLAGS=()
[ "$_use_llvm_lto" != "none" ] && CONFIGURE_FLAGS+=("KERNEL_LLVM=1")

export KCPPFLAGS+=' -Wno-error=uninitialized'
export KCFLAGS+=' -Wno-error=uninitialized'

./autogen.sh
sed -i "s|\$(uname -r)|${pkgver}-${pkgsuffix}|g" configure
./configure ${CONFIGURE_FLAGS[*]} --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
Expand Down
5 changes: 1 addition & 4 deletions linux-cachyos-eevdf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ fi
# ZFS support
if [ -n "$_build_zfs" ]; then
makedepends+=(git)
source+=("git+https://github.com/cachyos/zfs.git#commit=043c6ee3b6bfb55f8d36e1f048ff13128c279fb8")
source+=("git+https://github.com/cachyos/zfs.git#commit=55dd24c4ccee2da61d5396289ef560f9b7bc6a68")
fi

# NVIDIA pre-build module support
Expand Down Expand Up @@ -679,9 +679,6 @@ build() {
local CONFIGURE_FLAGS=()
[ "$_use_llvm_lto" != "none" ] && CONFIGURE_FLAGS+=("KERNEL_LLVM=1")

export KCPPFLAGS+=' -Wno-error=uninitialized'
export KCFLAGS+=' -Wno-error=uninitialized'

./autogen.sh
sed -i "s|\$(uname -r)|${pkgver}-${pkgsuffix}|g" configure
./configure ${CONFIGURE_FLAGS[*]} --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
Expand Down
5 changes: 1 addition & 4 deletions linux-cachyos-rc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ fi
# ZFS support
if [ -n "$_build_zfs" ]; then
makedepends+=(git)
source+=("git+https://github.com/cachyos/zfs.git#commit=043c6ee3b6bfb55f8d36e1f048ff13128c279fb8")
source+=("git+https://github.com/cachyos/zfs.git#commit=55dd24c4ccee2da61d5396289ef560f9b7bc6a68")
fi

# NVIDIA pre-build module support
Expand Down Expand Up @@ -663,9 +663,6 @@ build() {
local CONFIGURE_FLAGS=()
[ "$_use_llvm_lto" != "none" ] && CONFIGURE_FLAGS+=("KERNEL_LLVM=1")

export KCPPFLAGS+=' -Wno-error=uninitialized'
export KCFLAGS+=' -Wno-error=uninitialized'

./autogen.sh
sed -i "s|\$(uname -r)|${pkgver}-${pkgsuffix}|g" configure
./configure ${CONFIGURE_FLAGS[*]} --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
Expand Down
5 changes: 1 addition & 4 deletions linux-cachyos-rt-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ fi
# ZFS support
if [ -n "$_build_zfs" ]; then
makedepends+=(git)
source+=("git+https://github.com/cachyos/zfs.git#commit=043c6ee3b6bfb55f8d36e1f048ff13128c279fb8")
source+=("git+https://github.com/cachyos/zfs.git#commit=55dd24c4ccee2da61d5396289ef560f9b7bc6a68")
fi

# NVIDIA pre-build module support
Expand Down Expand Up @@ -679,9 +679,6 @@ build() {
local CONFIGURE_FLAGS=()
[ "$_use_llvm_lto" != "none" ] && CONFIGURE_FLAGS+=("KERNEL_LLVM=1")

export KCPPFLAGS+=' -Wno-error=uninitialized'
export KCFLAGS+=' -Wno-error=uninitialized'

./autogen.sh
sed -i "s|\$(uname -r)|${pkgver}-${pkgsuffix}|g" configure
./configure ${CONFIGURE_FLAGS[*]} --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
Expand Down
5 changes: 1 addition & 4 deletions linux-cachyos-rt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ fi
# ZFS support
if [ -n "$_build_zfs" ]; then
makedepends+=(git)
source+=("git+https://github.com/cachyos/zfs.git#commit=043c6ee3b6bfb55f8d36e1f048ff13128c279fb8")
source+=("git+https://github.com/cachyos/zfs.git#commit=55dd24c4ccee2da61d5396289ef560f9b7bc6a68")
fi

# NVIDIA pre-build module support
Expand Down Expand Up @@ -679,9 +679,6 @@ build() {
local CONFIGURE_FLAGS=()
[ "$_use_llvm_lto" != "none" ] && CONFIGURE_FLAGS+=("KERNEL_LLVM=1")

export KCPPFLAGS+=' -Wno-error=uninitialized'
export KCFLAGS+=' -Wno-error=uninitialized'

./autogen.sh
sed -i "s|\$(uname -r)|${pkgver}-${pkgsuffix}|g" configure
./configure ${CONFIGURE_FLAGS[*]} --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
Expand Down
5 changes: 1 addition & 4 deletions linux-cachyos-sched-ext/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ fi
# ZFS support
if [ -n "$_build_zfs" ]; then
makedepends+=(git)
source+=("git+https://github.com/cachyos/zfs.git#commit=043c6ee3b6bfb55f8d36e1f048ff13128c279fb8")
source+=("git+https://github.com/cachyos/zfs.git#commit=55dd24c4ccee2da61d5396289ef560f9b7bc6a68")
fi

# NVIDIA pre-build module support
Expand Down Expand Up @@ -679,9 +679,6 @@ build() {
local CONFIGURE_FLAGS=()
[ "$_use_llvm_lto" != "none" ] && CONFIGURE_FLAGS+=("KERNEL_LLVM=1")

export KCPPFLAGS+=' -Wno-error=uninitialized'
export KCFLAGS+=' -Wno-error=uninitialized'

./autogen.sh
sed -i "s|\$(uname -r)|${pkgver}-${pkgsuffix}|g" configure
./configure ${CONFIGURE_FLAGS[*]} --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
Expand Down
5 changes: 1 addition & 4 deletions linux-cachyos-server/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ fi
# ZFS support
if [ -n "$_build_zfs" ]; then
makedepends+=(git)
source+=("git+https://github.com/cachyos/zfs.git#commit=043c6ee3b6bfb55f8d36e1f048ff13128c279fb8")
source+=("git+https://github.com/cachyos/zfs.git#commit=55dd24c4ccee2da61d5396289ef560f9b7bc6a68")
fi

# NVIDIA pre-build module support
Expand Down Expand Up @@ -679,9 +679,6 @@ build() {
local CONFIGURE_FLAGS=()
[ "$_use_llvm_lto" != "none" ] && CONFIGURE_FLAGS+=("KERNEL_LLVM=1")

export KCPPFLAGS+=' -Wno-error=uninitialized'
export KCFLAGS+=' -Wno-error=uninitialized'

./autogen.sh
sed -i "s|\$(uname -r)|${pkgver}-${pkgsuffix}|g" configure
./configure ${CONFIGURE_FLAGS[*]} --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
Expand Down
5 changes: 1 addition & 4 deletions linux-cachyos/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ fi
# ZFS support
if [ -n "$_build_zfs" ]; then
makedepends+=(git)
source+=("git+https://github.com/cachyos/zfs.git#commit=043c6ee3b6bfb55f8d36e1f048ff13128c279fb8")
source+=("git+https://github.com/cachyos/zfs.git#commit=55dd24c4ccee2da61d5396289ef560f9b7bc6a68")
fi

# NVIDIA pre-build module support
Expand Down Expand Up @@ -679,9 +679,6 @@ build() {
local CONFIGURE_FLAGS=()
[ "$_use_llvm_lto" != "none" ] && CONFIGURE_FLAGS+=("KERNEL_LLVM=1")

export KCPPFLAGS+=' -Wno-error=uninitialized'
export KCFLAGS+=' -Wno-error=uninitialized'

./autogen.sh
sed -i "s|\$(uname -r)|${pkgver}-${pkgsuffix}|g" configure
./configure ${CONFIGURE_FLAGS[*]} --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
Expand Down

0 comments on commit 52ffd9d

Please sign in to comment.