diff --git a/Makefile b/Makefile index 5b2ded1..84c30c6 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ REPO = core BRIEF = Utilities providing process information DESC = procps is a set of command line and full-screen utilities that provide \ information out of the pseudo-filesystem most commonly located at /proc -SNAPVER = 4 +SNAPVER = 5 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') @@ -51,6 +51,7 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure --libdir=/usr/lib \ --disable-static \ --disable-kill \ + --disable-pidof \ --build=x86_64-snap-linux-gnu \ --host=x86_64-snap-linux-gnu \ --target=x86_64-snap-linux-gnu