From 169f393c886dfeee4db99c5dd62fc7cddd2c7e81 Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Sun, 27 Feb 2022 16:02:40 +0000 Subject: [PATCH] network/courier-authlib: Adjust REQUIRES. Disable static. Signed-off-by: Dave Woodfall --- network/courier-authlib/courier-authlib.SlackBuild | 7 +++++-- network/courier-authlib/courier-authlib.info | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/network/courier-authlib/courier-authlib.SlackBuild b/network/courier-authlib/courier-authlib.SlackBuild index 611f1f14dd..06a032786f 100644 --- a/network/courier-authlib/courier-authlib.SlackBuild +++ b/network/courier-authlib/courier-authlib.SlackBuild @@ -10,7 +10,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=courier-authlib VERSION=${VERSION:-0.69.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -67,12 +67,15 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --build=$ARCH-slackware-linux \ - --with-authshadow + --with-authshadow \ + --disable-static make make install DESTDIR=$PKG make install-configure DESTDIR=$PKG +rm -f $PKG/usr/lib*/*/*.la + find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/network/courier-authlib/courier-authlib.info b/network/courier-authlib/courier-authlib.info index 7b47725772..e2e55ac99d 100644 --- a/network/courier-authlib/courier-authlib.info +++ b/network/courier-authlib/courier-authlib.info @@ -5,6 +5,6 @@ DOWNLOAD="https://sourceforge.net/projects/courier/files/authlib/0.69.1/courier- MD5SUM="ea219546964d26c0ec3ee21220d6868d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="courier-unicode" MAINTAINER="Derek Noonburg" EMAIL="derekn@foolabs.com"