mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/rspamd: Do not use hardcoded path.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4afcc93f9e
commit
ce1cadc818
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ patch -p0 < $CWD/Toolset.cmake.patch
|
|||
|
||||
mkdir -p build
|
||||
cd build
|
||||
/opt/cmake-202x/bin/cmake \
|
||||
export "PATH=/opt/cmake-202x/bin:$PATH"
|
||||
cmake \
|
||||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCONFDIR=/etc/$PRGNAM \
|
||||
|
|
Loading…
Reference in a new issue