summaryrefslogtreecommitdiff
path: root/strata/cpe-wrt/procd.morph
blob: bed96223d5c04c8490e0fe6df3ef03614feb7611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: procd
kind: chunk

pre-configure-commands:
- sed -i "s/-Werror//" CMakeLists.txt

build-commands:
- cmake -DCMAKE_INSTALL_PREFIX=/
- make

install-commands:
- make install