development/slibtool: Updated for version 0.5.17.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
1532360038
commit
271bc42715
|
@ -9,8 +9,26 @@ This does not conflict with GNU libtool included with Slackware.
|
|||
|
||||
To use slibtool instead of libtool export this to your environment.
|
||||
export MAKEFLAGS='LIBTOOL=slibtool'
|
||||
|
||||
Alternatively only shared or static libraries can be built.
|
||||
or you can build only shared libraries:
|
||||
export MAKEFLAGS='LIBTOOL=slibtool-shared'
|
||||
or
|
||||
or only static libraries:
|
||||
export MAKEFLAGS='LIBTOOL=slibtool-static'
|
||||
|
||||
slibtool may build packages that are not compatible with GNU libtool.
|
||||
For compatibility, use clibtool instead of slibtool:
|
||||
export MAKEFLAGS='LIBTOOL=clibtool'
|
||||
or, for only shared libraries:
|
||||
export MAKEFLAGS='LIBTOOL=clibtool-shared'
|
||||
or, for only static libraries:
|
||||
export MAKEFLAGS='LIBTOOL=clibtool-static'
|
||||
|
||||
If a build with libtool fails because of missing libtool library files
|
||||
(.la), the package with the missing files can be rebuilt with clibtool
|
||||
as above.
|
||||
|
||||
To use slibtool in a more verbose debug mode:
|
||||
export MAKEFLAGS='LIBTOOL=dlibtool'
|
||||
or, for only shared libraries:
|
||||
export MAKEFLAGS='LIBTOOL=dlibtool-shared'
|
||||
or, for only static libraries:
|
||||
export MAKEFLAGS='LIBTOOL=dlibtool-static'
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=slibtool
|
||||
VERSION=${VERSION:-0.5.16}
|
||||
VERSION=${VERSION:-0.5.17}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="slibtool"
|
||||
VERSION="0.5.16"
|
||||
VERSION="0.5.17"
|
||||
HOMEPAGE="http://midipix.org/"
|
||||
DOWNLOAD="http://midipix.org/dl/slibtool/slibtool-0.5.16.tar.xz"
|
||||
MD5SUM="9f7cc96e4599761ab89c40b885642ce2"
|
||||
DOWNLOAD="http://midipix.org/dl/slibtool/slibtool-0.5.17.tar.xz"
|
||||
MD5SUM="db851fd891474115cc37b3d18dbefcaa"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue