Browse Source

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>
lilik-openwrt-22.03
Matthias Schiffer 6 years ago
parent
commit
114b05a090
No known key found for this signature in database GPG Key ID: 16EF3F64CB201D9C
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/announce/Makefile

+ 1
- 1
net/announce/Makefile 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


Loading…
Cancel
Save