Packages: removed unit-perl on CentOS 6.

CentOS 6 has Perl version 5.10, which is unsupported by Unit.
This commit is contained in:
Andrei Belov
2019-02-14 17:21:36 +03:00
parent ab40732c08
commit 43ad6be2f0

View File

@@ -46,7 +46,13 @@ BUILD_DEPENDS = $(BUILD_DEPENDS_unit)
MODULES=
ifneq (,$(findstring $(OSVER),centos6 centos7 amazonlinux2))
ifeq ($(OSVER), centos6)
include Makefile.php
include Makefile.python
include Makefile.go
endif
ifneq (,$(findstring $(OSVER),centos7 amazonlinux2))
include Makefile.php
include Makefile.python
include Makefile.go