mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
Added --disable-maintainer-flags to make compilable
Thanks to Patrick Volkerding Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
parent
5254da5a0f
commit
a9779885ff
1 changed files with 2 additions and 0 deletions
2
deps/libunique/libunique.SlackBuild
vendored
2
deps/libunique/libunique.SlackBuild
vendored
|
@ -3,6 +3,7 @@
|
||||||
# Slackware build script for libunique
|
# Slackware build script for libunique
|
||||||
|
|
||||||
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC
|
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC
|
||||||
|
# Copyright 2013 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -95,6 +96,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
--with-x \
|
--with-x \
|
||||||
--enable-debug=no \
|
--enable-debug=no \
|
||||||
|
--disable-maintainer-flags \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make $NUMJOBS || make
|
make $NUMJOBS || make
|
||||||
|
|
Loading…
Reference in a new issue