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.lede-project.org./?a=commitdiff_plain;h=c590d41d45e0a9456640fff12c62721aef6e15bb;p=feed%2Fpackages.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 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)