Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
336f1c44
Commit
336f1c44
authored
3 years ago
by
alice
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/libtool: upgrade to 2.4.7
parent
94e78b45
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!32555
main/libtool: upgrade to 2.4.7
Pipeline
#118080
canceled
2 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/libtool/APKBUILD
+17
-19
17 additions, 19 deletions
main/libtool/APKBUILD
with
17 additions
and
19 deletions
main/libtool/APKBUILD
+
17
−
19
View file @
336f1c44
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libtool
pkgver
=
2.4.
6
pkgrel
=
8
pkgver
=
2.4.
7
pkgrel
=
0
pkgdesc
=
"A generic library support script"
arch
=
"all"
license
=
"LGPL-2.0-or-later AND GPL-2.0-or-later"
...
...
@@ -13,20 +13,19 @@ depends="libltdl"
makedepends
=
"m4 help2man"
checkdepends
=
"gawk autoconf automake gzip"
subpackages
=
"libltdl-static libltdl
$pkgname
-doc"
# 1 test presently fails on Alpine (need to investigate):
# 69: shlibpath_overrides_runpath FAILED (shlibpath.at:68)
options
=
"libtool !check"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
options
=
"libtool"
prepare
()
{
default_prepare
update_config_sub
# failing gnulib tests
sed
-i
\
-e
"s|test-funclib-quote.sh||"
\
-e
"s|test-option-parser.sh||"
\
gnulib-tests/Makefile.in
}
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -35,23 +34,22 @@ build() {
}
check
()
{
cd
"
$builddir
"
# Test 70 and 117 are known to fail
# Test 170 repeats the entire test suite with shorter max_cmd_len
make check
TESTSUITEFLAGS
=
"1-69 71-116 118-169"
# Test 69 shlibpath_overrides_runpath fails
# Test 169 repeats the entire test suite with shorter max_cmd_len
make check
TESTSUITEFLAGS
=
"1-68 70-168"
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
libltdl
()
{
pkgdesc
=
"Runtime libraries for GNU Libtool Dynamic Module Loader"
depends
=
mkdir
-p
"
$subpkgdir
/usr/lib"
mv
"
$pkgdir
/usr/lib/libltdl.so"
*
"
$subpkgdir
/usr/lib/"
amove usr/lib/libltdl.so
*
}
sha512sums
=
"3233d81cb2739a54b840a0a82064eebbfaa4fb442fb993a35d6bd41d8395c51f038c90ae048b9252f172d0a5bbfb4b36e2b13d4477001f9ff7d4124237819a18 libtool-2.4.6.tar.gz
aa14cadd70a633520249fa3a6a4c45b309a980380e62dd5982b3ae842c478a77401ad809297fceebd167c167b0a19f380e6a6c295bc75d1029d56d3bf262b209 libtool-fix-cross-compile.patch"
sha512sums
=
"
27acef46d9eb67203d708b57d80b853f76fa4b9c2720ff36ec161e6cdf702249e7982214ddf60bae75511aa79bc7d92aa27e3eab7ef9c0f5c040e8e42e76a385 libtool-2.4.7.tar.gz
aa14cadd70a633520249fa3a6a4c45b309a980380e62dd5982b3ae842c478a77401ad809297fceebd167c167b0a19f380e6a6c295bc75d1029d56d3bf262b209 libtool-fix-cross-compile.patch
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment