diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2022-05-05 13:25:52 +0400 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2022-05-05 13:25:52 +0400 |
commit | b512eff4acb97955ba48797d1299c27070a57e1a (patch) | |
tree | 1d6c3aeffd8d0595bab4295c2fabc3d46a7abbc5 /pkg | |
parent | c60f678485b986172b56a6367a581bb6d7668865 (diff) | |
download | unit-b512eff4acb97955ba48797d1299c27070a57e1a.tar.gz unit-b512eff4acb97955ba48797d1299c27070a57e1a.tar.bz2 |
Packages: added Ubuntu 22.04 "jammy" support.
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/deb/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pkg/deb/Makefile b/pkg/deb/Makefile index 66a5f33a..3e1d53c5 100644 --- a/pkg/deb/Makefile +++ b/pkg/deb/Makefile @@ -19,6 +19,20 @@ BUILD_DEPENDS = $(BUILD_DEPENDS_unit) MODULES= +# Ubuntu 22.04 +ifeq ($(CODENAME),jammy) +include Makefile.php +include Makefile.python27 +include Makefile.python310 +include Makefile.go +include Makefile.perl +include Makefile.ruby +include Makefile.jsc-common +include Makefile.jsc11 +include Makefile.jsc17 +include Makefile.jsc18 +endif + # Ubuntu 21.10 ifeq ($(CODENAME),impish) include Makefile.php |