mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -26,7 +26,7 @@ PKG_BUILD_PARALLEL:=1
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:= +libpthread
|
PKG_BUILD_DEPENDS:=libpthread
|
||||||
|
|
||||||
define Package/announce
|
define Package/announce
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
|
|||||||
Reference in New Issue
Block a user