Dominique Leuenberger
1b5e00785c
Update to 1.15.8: as the CVE looks quite problematic I thought I would try and help to speed up the update. Please have a close look if this seems okay. Somewhat unsure about the meson options used. OBS-URL: https://build.opensuse.org/request/show/1169130 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=193
14 lines
454 B
Diff
14 lines
454 B
Diff
Index: flatpak-1.15.8/subprojects/libglnx/meson.build
|
|
===================================================================
|
|
--- flatpak-1.15.8.orig/subprojects/libglnx/meson.build
|
|
+++ flatpak-1.15.8/subprojects/libglnx/meson.build
|
|
@@ -40,7 +40,7 @@ foreach check_function : check_functions
|
|
#include <linux/random.h>
|
|
#include <sys/mman.h>
|
|
|
|
- int func (void) {
|
|
+ void func (void) {
|
|
(void) ''' + check_function + ''';
|
|
}
|
|
''',
|