aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Plumb <adamplumb@gmail.com>2021-08-01 18:31:23 -0400
committerAriadne Conill <ariadne@dereferenced.org>2021-08-06 13:21:46 +0000
commitc31ea1b1cf7c0b1b6fe139b88f8fa690c4a12931 (patch)
tree60708e6ebf3987b4c9ac72bb5027a534eb03862d
parentc4799cbf8c62fcc1ad0618b1e9b0dc83c290cdb1 (diff)
community/rdesktop: fix libao configure argument
-rw-r--r--community/rdesktop/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/rdesktop/APKBUILD b/community/rdesktop/APKBUILD
index 95f4fb3b76f..062e008f33a 100644
--- a/community/rdesktop/APKBUILD
+++ b/community/rdesktop/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=rdesktop
pkgver=1.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="rdesktop is used to connect to windows terminal servers"
options="!check" # No testsuite
url="https://www.rdesktop.org/"
@@ -49,7 +49,7 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
- --with-sound=ao \
+ --with-sound=libao \
--disable-smartcard \
--disable-credssp
make