announce: remove superfluous + sign from PKG_BUILD_DEPENDS

A + sign does not have meaning in build depends. This Makefile was
overlooked in the previous treewide commit.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
Matthias Schiffer
2018-01-07 20:37:02 +01:00
parent 6e3a609d07
commit 114b05a090
+1 -1
View File
@@ -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