diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-11-25 04:32:12 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-11-25 04:32:12 -0600 |
commit | a37c2c1662c128b8f406420541cf894db47c008a (patch) | |
tree | 61d64e7058ab5b522946fd9caf08b9830a82d1b7 /user/cyrus-sasl | |
parent | a3ebb558607daac4ecfe5e211e3bf285f1f32ddb (diff) | |
download | packages-a37c2c1662c128b8f406420541cf894db47c008a.tar.gz packages-a37c2c1662c128b8f406420541cf894db47c008a.tar.bz2 packages-a37c2c1662c128b8f406420541cf894db47c008a.tar.xz packages-a37c2c1662c128b8f406420541cf894db47c008a.zip |
user/{cyrus-sasl,dbus}: Workaround for /var/run
Since these packages create subdirectories of /var/run, they can cause
APK to fail to install adelie-core if it installs them before adelie-core.
This has caused actual installations in the wild to fail, and this weird
explicit dependency doesn't change anything on installed machines (which
is why I did not update pkgrel either).
See-Also: horizon#324
Closes: #1167
Diffstat (limited to 'user/cyrus-sasl')
-rw-r--r-- | user/cyrus-sasl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/cyrus-sasl/APKBUILD b/user/cyrus-sasl/APKBUILD index b061d41ad..31753ae53 100644 --- a/user/cyrus-sasl/APKBUILD +++ b/user/cyrus-sasl/APKBUILD @@ -8,7 +8,7 @@ url="https://www.cyrusimap.org/sasl/" arch="all" options="!check" # No test suite. license="BSD-4-Clause" -depends="" +depends="adelie-core" # #1167 makedepends="db-dev openssl-dev krb5-dev autoconf automake libtool" subpackages="$pkgname-dev $pkgname-doc $pkgname-gssapi $pkgname-gs2 $pkgname-scram $pkgname-ntlm $pkgname-crammd5 $pkgname-digestmd5 |