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
067cb021
Commit
067cb021
authored
12 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/libtirpc: build fix for automake-1.13
parent
7443480d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/libtirpc/APKBUILD
+7
-4
7 additions, 4 deletions
main/libtirpc/APKBUILD
main/libtirpc/automake.patch
+11
-0
11 additions, 0 deletions
main/libtirpc/automake.patch
with
18 additions
and
4 deletions
main/libtirpc/APKBUILD
+
7
−
4
View file @
067cb021
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libtirpc
pkgver
=
0.2.2
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Transport Independent RPC library (SunRPC replacement)"
url
=
"http://libtirpc.sourceforge.net/"
arch
=
"all"
...
...
@@ -11,7 +11,8 @@ makedepends="libgssglue-dev heimdal-dev autoconf automake libtool"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"http://downloads.sourceforge.net/sourceforge/
$pkgname
/
$pkgname
-
$pkgver
.tar.bz2
nis.h
libtirpc-no-des.patch"
libtirpc-no-des.patch
automake.patch"
depends_dev
=
"libgssglue-dev heimdal-dev"
prepare
()
{
...
...
@@ -28,7 +29,8 @@ prepare() {
mkdir
src/rpcsvc
cp
"
$srcdir
"
/nis.h src/rpcsvc/
sh bootstrap
&&
libtoolize
libtoolize
--force
&&
aclocal
-I
m4
&&
autoconf
\
&&
automake
--add-missing
||
return
1
}
build
()
{
...
...
@@ -46,4 +48,5 @@ package() {
}
md5sums
=
"74c41c15c2909f7d11d9c7bfa7db6273 libtirpc-0.2.2.tar.bz2
082dff1bc78bdcbac6d305c1534fe3c0 nis.h
1f1afd528c327975e40ffe77b2d9e13d libtirpc-no-des.patch"
1f1afd528c327975e40ffe77b2d9e13d libtirpc-no-des.patch
5cac96c765922f33de61a215aa264a7f automake.patch"
This diff is collapsed.
Click to expand it.
main/libtirpc/automake.patch
0 → 100644
+
11
−
0
View file @
067cb021
--- ./configure.ac.orig 2012-12-31 20:17:44.565801520 +0000
+++ ./configure.ac 2012-12-31 20:17:57.815919238 +0000
@@ -17,7 +17,7 @@
fi
AC_PROG_CC
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(config.h)
AC_PROG_LIBTOOL
AC_HEADER_DIRENT
AC_PREFIX_DEFAULT(/usr)
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