Packages: removed unit-perl on CentOS 6.
CentOS 6 has Perl version 5.10, which is unsupported by Unit.
This commit is contained in:
@@ -46,7 +46,13 @@ BUILD_DEPENDS = $(BUILD_DEPENDS_unit)
|
|||||||
|
|
||||||
MODULES=
|
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.php
|
||||||
include Makefile.python
|
include Makefile.python
|
||||||
include Makefile.go
|
include Makefile.go
|
||||||
|
|||||||
Reference in New Issue
Block a user