Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
650
Issues
650
List
Boards
Labels
Service Desk
Milestones
Merge Requests
168
Merge Requests
168
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
adb76639
Commit
adb76639
authored
Jan 22, 2010
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11/libpthread-stubs: upgrade to 0.3
parent
4c3e0c0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
x11/libpthread-stubs/APKBUILD
x11/libpthread-stubs/APKBUILD
+10
-4
No files found.
x11/libpthread-stubs/APKBUILD
View file @
adb76639
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libpthread-stubs
pkgver
=
0.
1
pkgver
=
0.
3
pkgrel
=
0
pkgdesc
=
"Pthread functions stubs for platforms missing them"
url
=
"http://cgit.freedesktop.org/xcb/pthread-stubs"
license
=
"X11"
depends
=
"uclibc"
depends
=
source
=
"http://xcb.freedesktop.org/dist/
$pkgname
-
$pkgver
.tar.bz2"
build
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
./configure
--prefix
=
/usr
make
# we actually have pthread_exit, the configure script just
# fails to detect it
make
CFLAGS
=
"
$CFLAGS
-DHAVE_PTHREAD_EXIT=1"
}
package
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
make
-j1
DESTDIR
=
"
$pkgdir
"
install
}
md5sums
=
"
774eabaf33440d534efe108ef9130a7d libpthread-stubs-0.1
.tar.bz2"
md5sums
=
"
e8fa31b42e13f87e8f5a7a2b731db7ee libpthread-stubs-0.3
.tar.bz2"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment