diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-08-10 14:26:23 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-08-10 15:53:58 -0700 |
commit | 0c0f6f450d1e94ec7433974a10c55ff13c0dd456 (patch) | |
tree | 96f8c9a7adc69535867e5b9e8c28037f7d12ed65 /net/open-iscsi/Makefile | |
parent | 8fa65a875498fa1e4c0a79dde3ac4059b7d26e8c (diff) |
open-iscsi: fix compilation with musl 1.2.0
GLOB_ONLYDIR is not defined.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/open-iscsi/Makefile')
-rw-r--r-- | net/open-iscsi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/open-iscsi/Makefile b/net/open-iscsi/Makefile index 23cb364ca..ccb4703e3 100644 --- a/net/open-iscsi/Makefile +++ b/net/open-iscsi/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=open-iscsi PKG_VERSION:=2.1.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/open-iscsi/open-iscsi/tar.gz/$(PKG_VERSION)? |