Skip to content

Commit

Permalink
Packaging: added missing build dependencies to Makefiles
Browse files Browse the repository at this point in the history
Forgotten in bf3d575 and 2604946.
  • Loading branch information
thresheek committed May 20, 2024
1 parent b91073e commit 8fc16a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/deb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SRCDIR= unit-$(VERSION)

CODENAME = $(shell lsb_release -cs)

BUILD_DEPENDS_unit = build-essential debhelper devscripts fakeroot libxml2-utils lintian lsb-release xsltproc libssl-dev
BUILD_DEPENDS_unit = build-essential debhelper devscripts fakeroot libxml2-utils lintian lsb-release xsltproc libssl-dev clang llvm
BUILD_DEPENDS = $(BUILD_DEPENDS_unit)

MODULES=
Expand Down
2 changes: 1 addition & 1 deletion pkg/rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fc16a7

Please sign in to comment.