mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
transmission, add build type (#7762)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user