transmission, add build type (#7762)

This commit is contained in:
Schrijvers Luc
2023-01-10 20:06:33 +01:00
committed by GitHub
parent 4fef335a0b
commit 69adf7f998

View File

@@ -19,7 +19,7 @@ COPYRIGHT="2005-2020 Transmission authors and contributors
LICENSE="Transmission
MIT
GNU GPL v2"
REVISION="3"
REVISION="4"
SOURCE_URI="https://github.com/transmission/transmission-releases/raw/master/transmission-$portVersion.tar.xz"
CHECKSUM_SHA256="9144652fe742f7f7dd6657716e378da60b751aaeda8bef8344b3eefc4db255f2"
PATCHES="transmission-$portVersion.patchset"
@@ -113,6 +113,7 @@ BUILD()
mkdir -p build
cd build
cmake \
-DCMAKE_BUILD_TYPE=Release \
$cmakeDirArgs \
-DENABLE_QT=ON \
-DENABLE_DAEMON=ON \