diff options
author | Tom Parker-Shemilt <palfrey@tevp.net> | 2019-11-11 22:01:43 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-27 15:10:12 +0100 |
commit | 5e759cd19ed4c4894cd5a7947005cb5ddbbd970e (patch) | |
tree | 9ab522d206de83f72dc6a420d33362bc65094852 | |
parent | e7e0e13af16e84e26f62331f5d404d7e72807975 (diff) |
main/libtool: Add libltdl-static
-rw-r--r-- | main/libtool/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/main/libtool/APKBUILD b/main/libtool/APKBUILD index 6f121057287..b75c35d14d9 100644 --- a/main/libtool/APKBUILD +++ b/main/libtool/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libtool pkgver=2.4.6 -pkgrel=6 +pkgrel=7 pkgdesc="A generic library support script" arch="all" license="LGPL-2.0+" @@ -12,7 +12,7 @@ source="https://ftp.gnu.org/gnu/libtool/${pkgname}-${pkgver}.tar.gz depends="bash libltdl" makedepends="m4 help2man" checkdepends="gawk autoconf automake gzip" -subpackages="libltdl $pkgname-doc" +subpackages="libltdl-static libltdl $pkgname-doc" # 1 test presently fails on Alpine (need to investigate): # 69: shlibpath_overrides_runpath FAILED (shlibpath.at:68) @@ -26,7 +26,6 @@ build() { --build=$CBUILD \ --host=$CHOST \ --prefix=/usr - make } @@ -40,7 +39,6 @@ check() { package() { cd "$builddir" make DESTDIR="$pkgdir" install - rm "$pkgdir"/usr/lib/*.a } libltdl() { |