From c590d41d45e0a9456640fff12c62721aef6e15bb Mon Sep 17 00:00:00 2001
From: Eneas U de Queiroz <cotequeiroz@gmail.com>
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 <cotequeiroz@gmail.com>
---
 utils/domoticz/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/utils/domoticz/Makefile b/utils/domoticz/Makefile
index 5cf0cad19d..0241d82751 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)
-- 
2.30.2