Packages: added epel-release to unit-go dependencies on CentOS 6.
This commit is contained in:
@@ -12,7 +12,12 @@ MODULE_INSTARGS_go= go-install
|
|||||||
MODULE_SOURCES_go= unit.example-go-app \
|
MODULE_SOURCES_go= unit.example-go-app \
|
||||||
unit.example-go-config
|
unit.example-go-config
|
||||||
|
|
||||||
|
ifeq ($(OSVER), centos6)
|
||||||
|
BUILD_DEPENDS_go= epel-release golang
|
||||||
|
else
|
||||||
BUILD_DEPENDS_go= golang
|
BUILD_DEPENDS_go= golang
|
||||||
|
endif
|
||||||
|
|
||||||
BUILD_DEPENDS+= $(BUILD_DEPENDS_go)
|
BUILD_DEPENDS+= $(BUILD_DEPENDS_go)
|
||||||
|
|
||||||
define MODULE_DEFINITIONS_go
|
define MODULE_DEFINITIONS_go
|
||||||
|
|||||||
Reference in New Issue
Block a user