From af9e0f04828980ac826057ba41b5b2b4b03cc79f Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 5 Oct 2019 19:19:39 +0200 Subject: Linux: modifications to cmake files to use GTK3 on CentOS and change packages names --- src/Build/build_cmake_rpm.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 src/Build/build_cmake_rpm.sh (limited to 'src/Build/build_cmake_rpm.sh') diff --git a/src/Build/build_cmake_rpm.sh b/src/Build/build_cmake_rpm.sh old mode 100644 new mode 100755 index ae9f0bfb..218d63c0 --- a/src/Build/build_cmake_rpm.sh +++ b/src/Build/build_cmake_rpm.sh @@ -23,7 +23,7 @@ echo "Building GUI version of VeraCrypt for RPM using wxWidgets static libraries # This will be the temporary wxWidgets directory export WX_BUILD_DIR=$PARENTDIR/wxBuildGui -make WXSTATIC=1 wxbuild || exit 1 +make WXSTATIC=1 WITHGTK3=1 wxbuild || exit 1 make WXSTATIC=1 clean || exit 1 make WXSTATIC=1 || exit 1 make WXSTATIC=1 install DESTDIR="$PARENTDIR/VeraCrypt_Setup/GUI" || exit 1 @@ -42,7 +42,7 @@ echo "Building console version of VeraCrypt for RPM using wxWidgets static libra # This will be the temporary wxWidgets directory export WX_BUILD_DIR=$PARENTDIR/wxBuildConsole -make WXSTATIC=1 NOGUI=1 wxbuild || exit 1 +make WXSTATIC=1 WITHGTK3=1 NOGUI=1 wxbuild || exit 1 make WXSTATIC=1 NOGUI=1 clean || exit 1 make WXSTATIC=1 NOGUI=1 || exit 1 make WXSTATIC=1 NOGUI=1 install DESTDIR="$PARENTDIR/VeraCrypt_Setup/Console" || exit 1 @@ -62,4 +62,4 @@ cmake -H$SCRIPTPATH -B$PARENTDIR/VeraCrypt_Packaging -DVERACRYPT_BUILD_DIR="$PAR cpack --config $PARENTDIR/VeraCrypt_Packaging/CPackConfig.cmake || exit 1 cmake -H$SCRIPTPATH -B$PARENTDIR/VeraCrypt_Packaging -DVERACRYPT_BUILD_DIR="$PARENTDIR/VeraCrypt_Setup/Console" -DNOGUI=TRUE || exit 1 -cpack --config $PARENTDIR/VeraCrypt_Packaging/CPackConfig.cmake|| exit 1 \ No newline at end of file +cpack --config $PARENTDIR/VeraCrypt_Packaging/CPackConfig.cmake|| exit 1 -- cgit v1.2.3