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>
This commit is contained in:
Eneas U de Queiroz 2021-11-25 16:42:16 -03:00
parent 17dd2f1774
commit c590d41d45
No known key found for this signature in database
GPG key ID: 5FB9FAF260B80AEA

View file

@ -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)