# libtool/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.40 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.45 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.01 hours (or 000.45 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.55 minutes) - HP EliteBook 8560w 32GB RAM 00.06 hours (or 003.57 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes fortran = disabled license = See "license*.txt" in installed tree licfile = COPYING proddir = $PRODTREE/actools purge = no shareddir = yes #--------------------------------------------------------------------- [depends] automake bison3 flex gawk grep:forward help2man sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE treetextsub --keeptimes \ --pattern="/usr/lib64" --newtext="/bacon64" bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] INCDIR=$PKGDIR_PROD/include mkdir -p $INCDIR cp -p libltdl/ltdl.h $INCDIR/ for x in $LACSYSTREE/lib/ \ $LACSYSTREE/pkg/xorg/lib/ \ $LACSYSTREE/toolchain/lib/ \ $LACSYSTREE/pkg/syslib/lib/ \ $LACSYSTREE/pkg/glibc/lib/ do if [ -d $x ]; then LIST="$LIST $x"; fi done P1=sys_lib_search_path_spec P2=sys_lib_dlsearch_path_spec sed -e "s|^$P1 *=.*|$P1=\"$LIST\"|" \ -e "s|^$P2 *=.*|$P2=\"$LIST\"|" \ -e "s|\"crti.o |\"$LACSYSTREE/lib/crti.o |g" \ -e "s| crtn.o\"| $LACSYSTREE/lib/crtn.o\"|g" \ -e 's|/lib/\.\./lib/|/lib/|' \ -i $PKGDIR_PROD/bin/libtool #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = http://packages.debian.org/unstable/source/libtool url_home = http://www.gnu.org/software/libtool/ url_lfs = http://www.linuxfromscratch.org/lfs/view/stable/\ chapter06/libtool.html url_tarball = http://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.xz #--------------------------------------------------------------------- [history] 180629 Added an Alpine patch 210912 Added a bug-fix patch #--------------------------------------------------------------------- [about] "libtool" is a standard development tool. It's used internally by the "build" procedures for many packages. End users don't need to know about this package. Developers normally don't need to use it directly unless they're creating a new "actools"-based package.