From b2fb20780ab9ffe260a82bae410e45d56c10aede Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Wed, 28 Feb 2018 10:12:25 +0300 Subject: Packages: added essential build dependencies. --- pkg/deb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/deb/Makefile') diff --git a/pkg/deb/Makefile b/pkg/deb/Makefile index 747a2576..df2990ba 100644 --- a/pkg/deb/Makefile +++ b/pkg/deb/Makefile @@ -12,7 +12,7 @@ SRCDIR= unit-$(VERSION) CODENAME = $(shell lsb_release -cs) -BUILD_DEPENDS_unit = debhelper devscripts libxml2-utils lintian lsb-release xsltproc +BUILD_DEPENDS_unit = build-essential debhelper devscripts fakeroot libxml2-utils lintian lsb-release xsltproc BUILD_DEPENDS = $(BUILD_DEPENDS_unit) MODULES= -- cgit