mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
multimedia/gigedit: Fixed underlinking, forced -j1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
b459270758
commit
adb012bd93
1 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
PRGNAM=gigedit
|
||||
VERSION=${VERSION:-0.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
|
@ -52,6 +52,7 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
LDFLAGS="-lsigc-2.0" \
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
@ -65,7 +66,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--build=$ARCH-slackware-linux
|
||||
|
||||
# doc/quickstart/Makefile has docdir hardcoded to /usr/share/doc/gigedit
|
||||
make docdir=/usr/doc/$PRGNAM-$VERSION
|
||||
make docdir=/usr/doc/$PRGNAM-$VERSION -j1
|
||||
make docdir=/usr/doc/$PRGNAM-$VERSION install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
Loading…
Reference in a new issue