diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-03-17 16:23:27 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-04-05 19:34:19 -0700 |
commit | e26b81d1847b466fecb8e7b9c7917d0e04822a4b (patch) | |
tree | 1ab3fced337de38f7dbfe0704045401b8e13f1c4 /net/netifyd/Makefile | |
parent | cc8901117de6ecdb4e34760f75ef8807188f5acf (diff) |
netifyd: fix compilation with libcxx
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/netifyd/Makefile')
-rw-r--r-- | net/netifyd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netifyd/Makefile b/net/netifyd/Makefile index c64cd15d8..8fbb92b28 100644 --- a/net/netifyd/Makefile +++ b/net/netifyd/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifyd -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Darryl Sokoloski <darryl@egloo.ca> PKG_LICENSE:=GPL-3.0-or-later |