summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Ressel <aranea@aixah.de>2019-02-20 14:42:14 +0100
committerLuis Ressel <aranea@aixah.de>2019-02-20 15:05:11 +0100
commite3c44943864fc5f7bf287f3c749b35d504be9267 (patch)
tree8b19e8e724f5cdf0aace20eb4309d9ab4e806284
parenta27286717061a9c008d01a82f1f502e27173ba5f (diff)
downloadpackages-e3c44943864fc5f7bf287f3c749b35d504be9267.tar.gz
packages-e3c44943864fc5f7bf287f3c749b35d504be9267.tar.bz2
packages-e3c44943864fc5f7bf287f3c749b35d504be9267.tar.xz
packages-e3c44943864fc5f7bf287f3c749b35d504be9267.zip
user/rdesktop: Disable the optional pcsc-lite dependency
-rw-r--r--user/rdesktop/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/rdesktop/APKBUILD b/user/rdesktop/APKBUILD
index 06ed9d766..2bdffb3c5 100644
--- a/user/rdesktop/APKBUILD
+++ b/user/rdesktop/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=rdesktop
pkgver=1.8.4
-pkgrel=0
+pkgrel=1
pkgdesc="Remote Desktop Protocol client"
url="https://www.rdesktop.org/"
arch="all"
@@ -10,7 +10,7 @@ options="!check" # No test suite.
license="GPL-3.0-only"
depends=""
makedepends="alsa-lib-dev krb5-dev libice-dev libsamplerate-dev libx11-dev
- libxrandr-dev openssl-dev pcsc-lite-dev"
+ libxrandr-dev openssl-dev"
subpackages="$pkgname-doc"
source="https://github.com/rdesktop/rdesktop/releases/download/v$pkgver/rdesktop-$pkgver.tar.gz
gssapi.patch
@@ -33,7 +33,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --enable-smartcard
+ --disable-smartcard
make
}