summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2022-03-26 12:08:27 +1300
committer Andrew Clemons <andrew.clemons@gmail.com>2022-03-26 12:08:27 +1300
commit5c17a1154f799024b3341ec76c268c5991ede7a1 (patch)
tree0d0a34ea4069a540b8913d333092dfa9aeb6d045
parentb746d53012ab6d494ef2f8e2eb606e0ef7fcef54 (diff)
downloadslackbuilds-5c17a1154f799024b3341ec76c268c5991ede7a1.tar.gz
slackbuilds-5c17a1154f799024b3341ec76c268c5991ede7a1.tar.xz
network/opendmarc: Remove .la files.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r--network/opendmarc/opendmarc.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/opendmarc/opendmarc.SlackBuild b/network/opendmarc/opendmarc.SlackBuild
index ace7bc9b8d..9047568793 100644
--- a/network/opendmarc/opendmarc.SlackBuild
+++ b/network/opendmarc/opendmarc.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=opendmarc
VERSION=${VERSION:-1.4.1.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -137,6 +137,8 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
+rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
+
# Install init script
install -D -m0755 -oroot -groot contrib/init/generic/$PRGNAM $PKG/etc/rc.d/rc.$PRGNAM.new