mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/courier-authlib: Adjust REQUIRES. Disable static.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
parent
cc6de5fc07
commit
169f393c88
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue