Browse Source

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>
lilik-openwrt-22.03
Eneas U de Queiroz 3 years ago
parent
commit
c590d41d45
No known key found for this signature in database GPG Key ID: 5FB9FAF260B80AEA
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      utils/domoticz/Makefile

+ 0
- 1
utils/domoticz/Makefile 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)


Loading…
Cancel
Save