Use system libconfig (on CentOS 8.2 it is libconfig-1.5)
This commit is contained in:
Vendored
+2
-1
@@ -7,8 +7,9 @@ WORK_DIR=`pwd`
|
||||
MAILSEND="$WORK_DIR/src/mailsend"
|
||||
LIBCONFIG="$WORK_DIR/src/libconfig-1.3.1"
|
||||
# Checking user
|
||||
if [ "$USER" = "root" ]
|
||||
if [ "$USER" = "toor" ]
|
||||
then
|
||||
# This is legacy reference, we are using system 1.5 now
|
||||
echo "Configuring as root"
|
||||
LIBCONFIG_PREFIX="/usr"
|
||||
echo "Building $LIBCONFIG ..."
|
||||
|
||||
Reference in New Issue
Block a user