From: Matthias Schiffer Date: Sun, 7 Jan 2018 19:37:02 +0000 (+0100) Subject: announce: remove superfluous + sign from PKG_BUILD_DEPENDS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=114b05a090359d53fdd698e8800654d6d316591e;p=openwrt-packages.git 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 --- diff --git a/net/announce/Makefile b/net/announce/Makefile index fdf4c4660..785a4d69c 100644 --- 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