Skip to content

Commit

Permalink
main/libtool: Add libltdl-static
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Nov 11, 2019
1 parent 54b47ff commit 168b5d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main/libtool/APKBUILD
Expand Up @@ -12,7 +12,7 @@ source="ftp://ftp.gnu.org/pub/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)
Expand All @@ -26,7 +26,6 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr

make
}

Expand All @@ -40,7 +39,6 @@ check() {
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
rm "$pkgdir"/usr/lib/*.a
}

libltdl() {
Expand Down

0 comments on commit 168b5d0

Please sign in to comment.