mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
libraries/agar: install shared libs +x.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
590854629d
commit
ac2678d65c
1 changed files with 4 additions and 1 deletions
|
@ -10,12 +10,14 @@
|
||||||
# gcc. Unless that actually causes a problem, I'm not overriding it.
|
# gcc. Unless that actually causes a problem, I'm not overriding it.
|
||||||
# If you really want to build with gcc, use: export CC=gcc
|
# If you really want to build with gcc, use: export CC=gcc
|
||||||
|
|
||||||
|
# 20230626 bkw: BUILD=2, install shared libs +x
|
||||||
|
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=agar
|
PRGNAM=agar
|
||||||
SRCNAM=libagar
|
SRCNAM=libagar
|
||||||
VERSION=${VERSION:-1.7.0}
|
VERSION=${VERSION:-1.7.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
@ -91,6 +93,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
make
|
make
|
||||||
make -j1 install DESTDIR=$PKG # yes, the -j1 is needed.
|
make -j1 install DESTDIR=$PKG # yes, the -j1 is needed.
|
||||||
|
|
||||||
|
chmod +x $PKG/usr/lib*/*.so.*.*.*
|
||||||
strip $PKG/usr/lib*/*.so.*.*.* # no 'make install-strip'.
|
strip $PKG/usr/lib*/*.so.*.*.* # no 'make install-strip'.
|
||||||
|
|
||||||
# since we couldn't stop static libs from being installed, delete them here,
|
# since we couldn't stop static libs from being installed, delete them here,
|
||||||
|
|
Loading…
Reference in a new issue