Packages: added epel-release to unit-go dependencies on CentOS 6.

This commit is contained in:
Andrei Belov
2018-03-01 23:23:31 +03:00
parent b2fb20780a
commit 231027e257

View File

@@ -12,7 +12,12 @@ MODULE_INSTARGS_go= go-install
MODULE_SOURCES_go= unit.example-go-app \
unit.example-go-config
ifeq ($(OSVER), centos6)
BUILD_DEPENDS_go= epel-release golang
else
BUILD_DEPENDS_go= golang
endif
BUILD_DEPENDS+= $(BUILD_DEPENDS_go)
define MODULE_DEFINITIONS_go