diff options
Diffstat (limited to 'pkg/rpm/Makefile')
-rw-r--r-- | pkg/rpm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rpm/Makefile b/pkg/rpm/Makefile index 1f3bbd58..5d28fb2c 100644 --- a/pkg/rpm/Makefile +++ b/pkg/rpm/Makefile @@ -28,7 +28,7 @@ else ifeq ($(shell test `rpm --eval '0%{?fedora} -ge 39'`; echo $$?),0) OSVER = fedora39 endif -BUILD_DEPENDS_unit = gcc rpm-build rpmlint +BUILD_DEPENDS_unit = gcc rpm-build rpmlint clang llvm ifeq ($(OSVER), centos7) BUILD_DEPENDS_unit += which |