mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +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
|
PRGNAM=gigedit
|
||||||
VERSION=${VERSION:-0.2.0}
|
VERSION=${VERSION:-0.2.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
# 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 \) \
|
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||||
-exec chmod 644 {} \;
|
-exec chmod 644 {} \;
|
||||||
|
|
||||||
|
LDFLAGS="-lsigc-2.0" \
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
|
@ -65,7 +66,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
# doc/quickstart/Makefile has docdir hardcoded to /usr/share/doc/gigedit
|
# 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
|
make docdir=/usr/doc/$PRGNAM-$VERSION install DESTDIR=$PKG
|
||||||
|
|
||||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
|
|
Loading…
Reference in a new issue