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:
6e3a609
)
announce: remove superfluous + sign from PKG_BUILD_DEPENDS
author
Matthias Schiffer
<redacted>
Sun, 7 Jan 2018 19:37:02 +0000
(20:37 +0100)
committer
Matthias Schiffer
<redacted>
Sun, 7 Jan 2018 19:37:53 +0000
(20:37 +0100)
A + sign does not have meaning in build depends. This Makefile was
overlooked in the previous treewide commit.
Signed-off-by: Matthias Schiffer <redacted>
net/announce/Makefile
patch
|
blob
|
history
diff --git
a/net/announce/Makefile
b/net/announce/Makefile
index fdf4c4660f995898501fa240c0589fc8d2098e15..785a4d69c5265a2b6844e069b4a26932b3ec50e6 100644
(file)
--- a/
net/announce/Makefile
+++ b/
net/announce/Makefile
@@
-26,7
+26,7
@@
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
-PKG_BUILD_DEPENDS:=
+
libpthread
+PKG_BUILD_DEPENDS:=libpthread
define Package/announce
SECTION:=net
git clone https://git.99rst.org/PROJECT