projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17dd2f1
)
domoticz: remove python3.9 linking hack
17205/head
author
Eneas U de Queiroz
<cotequeiroz@gmail.com>
Thu, 25 Nov 2021 19:42:16 +0000
(16:42 -0300)
committer
Eneas U de Queiroz
<cotequeiroz@gmail.com>
Fri, 26 Nov 2021 11:33:41 +0000
(08:33 -0300)
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>
utils/domoticz/Makefile
patch
|
blob
|
history
diff --git
a/utils/domoticz/Makefile
b/utils/domoticz/Makefile
index 5cf0cad19d993ad819d16dffc31c732245a198d7..0241d8275163be1f8fae9a2a90778a8325809565 100644
(file)
--- 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)