make, scripts: Fix CentOS 7 build

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2018-10-13 10:46:02 +00:00
commit 20f675c280
5 changed files with 38 additions and 7 deletions

View file

@ -16,16 +16,20 @@ libname = none
[pkg.requires.os]
run = python
build = cvs, make, inkscape, pkg-config
build = cvs, make, inkscape
[pkg.requires.centos]
run = hostname
build = epel-release, pkgconfig
[pkg.requires.ubuntu-14]
build = realpath
build = realpath, pkg-config
[pkg.requires.suse]
release = rpmbuild
release = rpmbuild, pkg-config
[pkg.requires.debian]
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
[pkg.run.post]
rm -f /usr/bin/jcs

View file

@ -141,6 +141,9 @@ clean-all-dirs:
echo-prereq-build:
@$(PROJECTS_PY) requires-pkg --skip-excluded --flavours "build" $(BUILD_PROJECTS)
echo-prereq-install:
@$(PROJECTS_PY) requires-pkg --skip-excluded --flavours "build run" $(BUILD_PROJECTS)
echo-prereq-release:
@$(PROJECTS_PY) requires-pkg --skip-excluded --flavours "build run release" $(BUILD_PROJECTS)
echo-os: