Packages: added Ubuntu 24.04 "noble" support

This commit is contained in:
Konstantin Pavlov 2024-05-20 18:56:34 +00:00 committed by Konstantin Pavlov
parent 0bd18ecd71
commit 151305eb6f

View file

@ -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