diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2024-05-20 18:56:34 +0000 |
---|---|---|
committer | Konstantin Pavlov <pavlov.konstantin@gmail.com> | 2024-07-03 16:12:36 -0700 |
commit | 151305eb6ffa89b734af63e9b378686dc3d915eb (patch) | |
tree | 7107bdf168a4406e2165050136e432abacf8f055 /pkg/deb | |
parent | 0bd18ecd715b3461b848ce31289349de8e765d9c (diff) | |
download | unit-151305eb6ffa89b734af63e9b378686dc3d915eb.tar.gz unit-151305eb6ffa89b734af63e9b378686dc3d915eb.tar.bz2 |
Packages: added Ubuntu 24.04 "noble" support
Diffstat (limited to 'pkg/deb')
-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 4e6ee8d9..a930b9fd 100644 --- a/pkg/deb/Makefile +++ b/pkg/deb/Makefile @@ -19,6 +19,20 @@ BUILD_DEPENDS = $(BUILD_DEPENDS_unit) MODULES= +# Ubuntu 24.04 +ifeq ($(CODENAME),noble) +include Makefile.php +include Makefile.python312 +include Makefile.go +include Makefile.perl +include Makefile.ruby +include Makefile.jsc-common +include Makefile.jsc11 +include Makefile.jsc17 +include Makefile.jsc21 +include Makefile.wasm +endif + # Ubuntu 23.10 ifeq ($(CODENAME),mantic) include Makefile.php |