mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[libmount] fix arm32 build. (#49275)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -5166,7 +5166,7 @@
|
||||
},
|
||||
"libmount": {
|
||||
"baseline": "2.40",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libmpeg2": {
|
||||
"baseline": "0.5.1",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "47e01a6a98fb0c3df918d784aa467a1c6f1455e1",
|
||||
"version": "2.40",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "e78ea57cae347c42d9b7cdc4d65c521f229e0ed4",
|
||||
"version": "2.40",
|
||||
|
||||
Reference in New Issue
Block a user