From: Eneas U de Queiroz Date: Thu, 25 Nov 2021 19:42:16 +0000 (-0300) Subject: domoticz: remove python3.9 linking hack X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c590d41d45e0a9456640fff12c62721aef6e15bb;p=openwrt-packages.git 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 --- 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)