[libmount] fix arm32 build. (#49275)

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
Vitalii Koshura
2026-01-08 01:45:03 +01:00
committed by GitHub
parent 5f4cddb220
commit 13596c4201
4 changed files with 10 additions and 1 deletions

View File

@@ -21,6 +21,9 @@ else()
set(ENV{AUTOPOINT} true) # true, the program
vcpkg_list(APPEND options "--disable-nls")
endif()
if(VCPKG_TARGET_ARCHITECTURE STREQUAL "arm")
vcpkg_list(APPEND options "--disable-year2038")
endif()
vcpkg_configure_make(
AUTOCONFIG

View File

@@ -1,6 +1,7 @@
{
"name": "libmount",
"version": "2.40",
"port-version": 1,
"description": "Block device identification library from util-linux",
"homepage": "https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/about/",
"license": null,

View File

@@ -5166,7 +5166,7 @@
},
"libmount": {
"baseline": "2.40",
"port-version": 0
"port-version": 1
},
"libmpeg2": {
"baseline": "0.5.1",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "47e01a6a98fb0c3df918d784aa467a1c6f1455e1",
"version": "2.40",
"port-version": 1
},
{
"git-tree": "e78ea57cae347c42d9b7cdc4d65c521f229e0ed4",
"version": "2.40",