Skip to content

Commit

Permalink
knot-resolver6: Fix meson include path
Browse files Browse the repository at this point in the history
This include was broken during packaging of the manager on Turris OS 6.x
where the include was in different path and then the final merge was
into Turris 7.0 but path was not adjusted correctly.
  • Loading branch information
miska committed Feb 17, 2024
1 parent ea3cff7 commit 4d9b473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/knot-resolver6/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PYTHON3_PKG_BUILD:=0
Hooks/Configure/Post+=Py3Build/FindStdlibDepends

include $(INCLUDE_DIR)/package.mk
include $(TOPDIR)/feeds/packages/devel/meson/meson.mk
include $(INCLUDE_DIR)/meson.mk
include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk

define Package/knot-resolver6
Expand Down

0 comments on commit 4d9b473

Please sign in to comment.