Compare commits
1 Commits
v3.3.12-4
...
v2.88dsf-1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cefdb9f6f6 |
3
Makefile
3
Makefile
@@ -15,7 +15,7 @@ REPO = core
|
|||||||
BRIEF = Utilities providing process information
|
BRIEF = Utilities providing process information
|
||||||
DESC = procps is a set of command line and full-screen utilities that provide \
|
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
|
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)
|
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||||
@@ -51,6 +51,7 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure
|
|||||||
--libdir=/usr/lib \
|
--libdir=/usr/lib \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-kill \
|
--disable-kill \
|
||||||
|
--disable-pidof \
|
||||||
--build=x86_64-snap-linux-gnu \
|
--build=x86_64-snap-linux-gnu \
|
||||||
--host=x86_64-snap-linux-gnu \
|
--host=x86_64-snap-linux-gnu \
|
||||||
--target=x86_64-snap-linux-gnu
|
--target=x86_64-snap-linux-gnu
|
||||||
|
|||||||
Reference in New Issue
Block a user