Remove kernel release from kernel version
This change removes the kernel release from the full kernel version. This is used by Proxmox to identify differences in the kernel ABI. However, since this project does not track these changes, we remove the kernel release number altogether.
This commit is contained in:
parent
1a5b2830d0
commit
efb8844e8c
2 changed files with 2 additions and 5 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -62,7 +62,7 @@ override_dh_auto_build:
|
|||
KCFLAGS="${PVE_KERNEL_CFLAGS}" \
|
||||
EXTRAVERSION="${EXTRAVERSION}" \
|
||||
LOCALVERSION="${LOCALVERSION}" \
|
||||
KBUILD_BUILD_VERSION_TIMESTAMP="${KVNAME} ${PVE_BUILD_PROFILE} (${PKG_DATE})"
|
||||
KBUILD_BUILD_VERSION_TIMESTAMP="PVE Edge ${DEB_VERSION} ${PVE_BUILD_PROFILE} (${PKG_DATE})"
|
||||
# ZFS
|
||||
dh_auto_configure -D ${ZFS_SRC} -- CC="${PVE_ZFS_CC}" --with-config=kernel --with-linux=$(realpath ${KERNEL_SRC}) --with-linux-obj=$(realpath ${KERNEL_SRC})
|
||||
dh_auto_build -D ${ZFS_SRC}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue