Packaging: removed support for SLES and derivatives.

The packages were never built for those OSes.
This commit is contained in:
Konstantin Pavlov
2022-06-21 15:04:19 +04:00
parent c65e04682e
commit 97124fc349
13 changed files with 5 additions and 144 deletions

View File

@@ -13,11 +13,7 @@ MODULE_INSTARGS_php= php-install
MODULE_SOURCES_php= unit.example-php-app \
unit.example-php-config
ifeq ($(OSVER), opensuse-tumbleweed)
BUILD_DEPENDS_php= php7-devel php7-embed
else
BUILD_DEPENDS_php= php-devel php-embedded
endif
BUILD_DEPENDS+= $(BUILD_DEPENDS_php)