Encode micro architecture in version number
This change moves the micro architecture of the package from the package name to the packae version to prevent issues with the kernel headers.
This commit is contained in:
parent
891e27fe73
commit
0cbf4f257c
2 changed files with 11 additions and 7 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -118,7 +118,7 @@ binary: install
|
|||
touch $@
|
||||
|
||||
.compile_mark: .config_mark
|
||||
${MAKE} -C ${KERNEL_SRC} CC=${PVE_BUILD_CC} KCFLAGS="${PVE_BUILD_CFLAGS}" KBUILD_BUILD_VERSION_TIMESTAMP="${KVNAME} (${CHANGELOG_DATE})"
|
||||
${MAKE} -C ${KERNEL_SRC} CC=${PVE_BUILD_CC} KCFLAGS="${PVE_BUILD_CFLAGS}" KBUILD_BUILD_VERSION_TIMESTAMP="${KVNAME} ${PVE_BUILD_TYPE} (${CHANGELOG_DATE})"
|
||||
touch $@
|
||||
|
||||
.install_mark: .compile_mark .modules_compile_mark
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue