aboutsummaryrefslogtreecommitdiff
path: root/utils/domoticz/Makefile
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2021-11-25 16:42:16 -0300
committerEneas U de Queiroz <cotequeiroz@gmail.com>2021-11-26 08:33:41 -0300
commitc590d41d45e0a9456640fff12c62721aef6e15bb (patch)
tree2dc44ab50a282c7466b73ec0c8acaac0ab16d0f3 /utils/domoticz/Makefile
parent17dd2f1774538922e594fd0e30f2001b4de5ab4f (diff)
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>
Diffstat (limited to 'utils/domoticz/Makefile')
-rw-r--r--utils/domoticz/Makefile1
1 files changed, 0 insertions, 1 deletions
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)