From c590d41d45e0a9456640fff12c62721aef6e15bb Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 25 Nov 2021 16:42:16 -0300 Subject: [PATCH] domoticz: remove python3.9 linking hack Adding -lpython3.9 to TARGET_LDFLAGS is not needed now that domoticz has proper support for it. Fixes: edfb91f33 ("domoticz: update to 2021.1") Signed-off-by: Eneas U de Queiroz --- utils/domoticz/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/domoticz/Makefile b/utils/domoticz/Makefile index 5cf0cad19..0241d8275 100644 --- a/utils/domoticz/Makefile +++ b/utils/domoticz/Makefile @@ -75,7 +75,6 @@ CMAKE_OPTIONS += \ TARGET_CFLAGS += -flto TARGET_CXXFLAGS += -DWITH_GPIO -flto -TARGET_LDFLAGS += -lpython3.9 define Build/Prepare $(call Build/Prepare/Default)