0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-08-09 19:31:46 +00:00
Files
Lakka-LibreELEC/packages/sysutils/lirc/package.mk
mglae 3d1c13b978 lirc: remove confusing static config.h in lirc 0.10.2 release package
Left over lib/lirc/config.h lead to "LIRC_LOCKDIR" redefined to not existing
"/var/lock/lockdir" (beside others):

/home/docker/LibreELEC.tv/build.LibreELEC-gbm.x86_64-12.0-devel-mg/build/lirc-0.10.2/lib/lirc/config.h:198: warning: "LIRC_LOCKDIR" redefined
  198 | #define LIRC_LOCKDIR "/var/lock/lockdev"
      |
In file included from /home/docker/LibreELEC.tv/build.LibreELEC-gbm.x86_64-12.0-devel-mg/build/lirc-0.10.2/lib/driver.c:12:
./config.h:198: note: this is the location of the previous definition
  198 | #define LIRC_LOCKDIR "/var/lock"
      |

Furthermore define lock dir because lirc's configure does check the host system and use
/var/lock/lockdev if existing.
2024-11-22 19:43:05 +01:00

2.2 KiB