From 37c7ddb4867f85e2015188a77b39287bc60137a9 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 23 Mar 2023 14:52:34 +0100 Subject: [PATCH] cyrus_sasl, fix build (#8078) --- dev-libs/cyrus_sasl/cyrus_sasl-2.1.27~rc7.recipe | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/cyrus_sasl/cyrus_sasl-2.1.27~rc7.recipe b/dev-libs/cyrus_sasl/cyrus_sasl-2.1.27~rc7.recipe index 779c8444c..e2cf54d42 100644 --- a/dev-libs/cyrus_sasl/cyrus_sasl-2.1.27~rc7.recipe +++ b/dev-libs/cyrus_sasl/cyrus_sasl-2.1.27~rc7.recipe @@ -8,7 +8,7 @@ IMAP, ACAP, LDAP, and other standard protocols." HOMEPAGE="https://github.com/cyrusimap/cyrus-sasl" COPYRIGHT="1994-2012 Carnegie Mellon University" LICENSE="BSD (4-clause)" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/cyrusimap/cyrus-sasl/archive/cyrus-sasl-${portVersion/\~/-}.tar.gz" CHECKSUM_SHA256="5a0c5475b35aad933c0f5939a360cfef86d06dbca93309cb7b223a38a133dc68" SOURCE_DIR="cyrus-sasl-cyrus-sasl-${portVersion/\~/-}" @@ -71,7 +71,9 @@ defineDebugInfoPackage cyrus_sasl$secondaryArchSuffix \ BUILD() { autoreconf -fi - LDFLAGS="-lnetwork -lgnu" runConfigure ./configure + LDFLAGS="-lnetwork -lgnu" runConfigure --omit-dirs "sbinDir" \ + ./configure \ + --sbindir=$commandBinDir make $jobArgs }