lirc: fix gcc-14 build

This commit is contained in:
Rudi Heitbaum 2024-05-01 13:16:13 +00:00
parent 872430f469
commit 99f934c5c8

View File

@ -32,6 +32,9 @@ pre_configure_target() {
post_configure_target() {
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() {