Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
17ca3641
Verified
Commit
17ca3641
authored
5 years ago
by
Max Rees
Browse files
Options
Downloads
Patches
Plain Diff
user/argp-standalone: rebuild as PIC
parent
1f6216d9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!315
Misc changes, 2019.08.07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/argp-standalone/APKBUILD
+2
-5
2 additions, 5 deletions
user/argp-standalone/APKBUILD
with
2 additions
and
5 deletions
user/argp-standalone/APKBUILD
+
2
−
5
View file @
17ca3641
...
...
@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
argp-standalone
pkgver
=
1.3
pkgrel
=
4
pkgrel
=
5
pkgdesc
=
"Hierarchial argument parsing library broken out from glibc"
url
=
"http://www.lysator.liu.se/~nisse/misc/"
arch
=
"all"
...
...
@@ -15,15 +15,13 @@ source="http://www.lysator.liu.se/~nisse/misc/$pkgname-$pkgver.tar.gz
gnu89-inline.patch
"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
default_prepare
cd
"
$builddir
"
autoreconf
-vif
}
build
()
{
cd
"
$builddir
"
export
CFLAGS
=
"
$CFLAGS
-fPIC
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -39,7 +37,6 @@ check() {
}
package
()
{
cd
"
$builddir
"
install
-D
-m644
argp.h
"
$pkgdir
"
/usr/include/argp.h
install
-D
-m755
libargp.a
"
$pkgdir
"
/usr/lib/libargp.a
}
...
...
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