Changeset View
Changeset View
Standalone View
Standalone View
files/0002-Fix-build-errors.patch
- This file was added.
| From 048a5ff439bd6e969fd9ccda56d3a74447850090 Mon Sep 17 00:00:00 2001 | |||||
| From: Philipp Trulson <philipp@trulson.de> | |||||
| Date: Tue, 23 Oct 2018 11:04:08 +0200 | |||||
| Subject: [PATCH] Fix build errors. Disabling xlocale, because it's missing in | |||||
| newer glibc. | |||||
| --- | |||||
| .../3rd_party/glib/glib-2.56.1/build/linux/x64/config.h | 2 +- | |||||
| .../src/main/native/Source/ThirdParty/libxslt/linux/config.h | 2 +- | |||||
| 2 files changed, 2 insertions(+), 2 deletions(-) | |||||
| diff --git a/modules/media/src/main/native/gstreamer/3rd_party/glib/glib-2.56.1/build/linux/x64/config.h b/modules/media/src/main/native/gstreamer/3rd_party/glib/glib-2.56.1/build/linux/x64/config.h | |||||
| index 1359356..c448395 100644 | |||||
| --- a/modules/media/src/main/native/gstreamer/3rd_party/glib/glib-2.56.1/build/linux/x64/config.h | |||||
| +++ b/modules/media/src/main/native/gstreamer/3rd_party/glib/glib-2.56.1/build/linux/x64/config.h | |||||
| @@ -646,7 +646,7 @@ | |||||
| /* #undef HAVE_XATTR_NOFOLLOW */ | |||||
| /* Define to 1 if you have the <xlocale.h> header file. */ | |||||
| -#define HAVE_XLOCALE_H 1 | |||||
| +/* #undef HAVE_XLOCALE_H */ | |||||
| /* Define to 1 if you have the `_NSGetEnviron' function. */ | |||||
| /* #undef HAVE__NSGETENVIRON */ | |||||
| diff --git a/modules/web/src/main/native/Source/ThirdParty/libxslt/linux/config.h b/modules/web/src/main/native/Source/ThirdParty/libxslt/linux/config.h | |||||
| index bd44c16..566bf64 100644 | |||||
| --- a/modules/web/src/main/native/Source/ThirdParty/libxslt/linux/config.h | |||||
| +++ b/modules/web/src/main/native/Source/ThirdParty/libxslt/linux/config.h | |||||
| @@ -143,7 +143,7 @@ | |||||
| #define HAVE_VSPRINTF 1 | |||||
| /* Define to 1 if you have the <xlocale.h> header file. */ | |||||
| -#define HAVE_XLOCALE_H 1 | |||||
| +/* #undef HAVE_XLOCALE_H */ | |||||
| /* Define to 1 if you have the `_stat' function. */ | |||||
| /* #undef HAVE__STAT */ | |||||
| -- | |||||
| 2.19.1 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.