mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
lirc: fix gcc-14 build
This commit is contained in:
parent
872430f469
commit
99f934c5c8
@ -32,6 +32,9 @@ pre_configure_target() {
|
|||||||
|
|
||||||
post_configure_target() {
|
post_configure_target() {
|
||||||
libtool_remove_rpath libtool
|
libtool_remove_rpath libtool
|
||||||
|
|
||||||
|
nodots=$(grep "#define VERSION_NODOTS" ../lib/lirc/config.h)
|
||||||
|
sed -i "s/^#define VERSION_NODOTS.*/${nodots}/" config.h
|
||||||
}
|
}
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user