git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
603c7b9
)
knot: don't create 'knot' user for utilities
author
Daniel Salzman
<redacted>
Fri, 15 Sep 2017 14:16:43 +0000
(16:16 +0200)
committer
Daniel Salzman
<redacted>
Wed, 20 Sep 2017 14:01:10 +0000
(16:01 +0200)
Signed-off-by: Daniel Salzman <redacted>
net/knot/Makefile
patch
|
blob
|
history
diff --git
a/net/knot/Makefile
b/net/knot/Makefile
index ee1f4ab114d77e217094ede93212017a557aef0c..9a1be4399eebf36e425b4106026c6ac50cd9c1a3 100644
(file)
--- a/
net/knot/Makefile
+++ b/
net/knot/Makefile
@@
-39,7
+39,6
@@
define Package/knot/Default
TITLE:=Knot DNS
DEPENDS=+libatomic
URL:=https://www.knot-dns.cz
- USERID:=knot=5353:knot=5353
endef
define Package/knot-libs
@@
-59,6
+58,7
@@
define Package/knot
DEPENDS+=+libedit +liburcu +knot-libs +knot-libzscanner
EXTRA_DEPENDS:=knot-libs (=$(PKG_VERSION)-$(PKG_RELEASE)), \
knot-libzscanner (=$(PKG_VERSION)-$(PKG_RELEASE))
+ USERID:=knot=5353:knot=5353
endef
define Package/knot-dig
git clone https://git.99rst.org/PROJECT