Accepting request 835947 from home:oertel:branches:Base:System
- add patch pommed-1.39-multiple-def-lcd_bck_info.patch to fix link issues in factory. struct is already declared in sysfs_backlight OBS-URL: https://build.opensuse.org/request/show/835947 OBS-URL: https://build.opensuse.org/package/show/Base:System/pommed?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
a301cc5640
commit
e6122ea08a
22
pommed-1.39-multiple-def-lcd_bck_info.patch
Normal file
22
pommed-1.39-multiple-def-lcd_bck_info.patch
Normal file
@@ -0,0 +1,22 @@
|
||||
--- pommed-1.39/pommed/mactel/x1600_backlight.c 2020/09/21 23:14:08 1.1
|
||||
+++ pommed-1.39/pommed/mactel/x1600_backlight.c 2020/09/21 23:14:26
|
||||
@@ -45,7 +45,7 @@
|
||||
#include "../dbus.h"
|
||||
|
||||
|
||||
-struct _lcd_bck_info lcd_bck_info;
|
||||
+extern struct _lcd_bck_info lcd_bck_info;
|
||||
|
||||
static int fd = -1;
|
||||
static char *memory = NULL;
|
||||
--- pommed-1.39/pommed/mactel/nv8600mgt_backlight.c 2020/09/21 23:14:47 1.1
|
||||
+++ pommed-1.39/pommed/mactel/nv8600mgt_backlight.c 2020/09/21 23:14:56
|
||||
@@ -48,7 +48,7 @@
|
||||
#include "../dbus.h"
|
||||
|
||||
|
||||
-struct _lcd_bck_info lcd_bck_info;
|
||||
+extern struct _lcd_bck_info lcd_bck_info;
|
||||
|
||||
|
||||
static int nv8600mgt_inited = 0;
|
Reference in New Issue
Block a user