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
645
Issues
645
List
Boards
Labels
Service Desk
Milestones
Merge Requests
175
Merge Requests
175
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
3c92102a
Commit
3c92102a
authored
Jan 04, 2013
by
Carlo Landmeter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/argp-standalone: disable build on eglibc and remove it from deps
parent
ec1a6ceb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
main/argp-standalone/APKBUILD
main/argp-standalone/APKBUILD
+1
-1
main/cvechecker/APKBUILD
main/cvechecker/APKBUILD
+2
-1
main/libavc1394/APKBUILD
main/libavc1394/APKBUILD
+2
-1
main/v4l-utils/APKBUILD
main/v4l-utils/APKBUILD
+2
-1
No files found.
main/argp-standalone/APKBUILD
View file @
3c92102a
...
...
@@ -5,7 +5,7 @@ pkgver=1.3
pkgrel
=
0
pkgdesc
=
"Hierarchial argument parsing library broken out from glibc"
url
=
"http://www.lysator.liu.se/~nisse/misc/"
arch
=
"all"
[
"
$ALPINE_LIBC
"
!=
"eglibc"
]
&&
arch
=
"all"
license
=
"GPL"
depends
=
""
depends_dev
=
"libtool automake autoconf"
...
...
main/cvechecker/APKBUILD
View file @
3c92102a
...
...
@@ -8,7 +8,8 @@ url="http://cvechecker.sourceforge.net/"
arch
=
"all"
license
=
"GPL"
depends
=
"gawk wget libxslt"
depends_dev
=
"libconfig-dev argp-standalone sqlite-dev openssl-dev mysql-dev"
depends_dev
=
"libconfig-dev sqlite-dev openssl-dev mysql-dev"
[
"
$ALPINE_LIBC
"
!=
"eglibc"
]
&&
depends_dev
=
"
$depends_dev
argp-standalone"
makedepends
=
"
$depends_dev
"
install
=
"
$pkgname
.pre-install
$pkgname
.post-install"
subpackages
=
"
$pkgname
-doc"
...
...
main/libavc1394/APKBUILD
View file @
3c92102a
...
...
@@ -9,7 +9,8 @@ arch="all"
license
=
"GPLv2+ LGPLv2+"
depends
=
depends_dev
=
"libraw1394-dev"
makedepends
=
"
$depends_dev
libtool automake autoconf argp-standalone"
makedepends
=
"
$depends_dev
libtool automake autoconf"
[
"
$ALPINE_LIBC
"
!=
"eglibc"
]
&&
makedepends
=
"
$makedepends
argp-standalone"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"http://downloads.sourceforge.net/libavc1394/libavc1394-
$pkgver
.tar.gz
...
...
main/v4l-utils/APKBUILD
View file @
3c92102a
...
...
@@ -8,7 +8,8 @@ url="http://freshmeat.net/projects/libv4l"
arch
=
"all"
license
=
"LGPL"
depends
=
""
makedepends
=
"qt-dev libjpeg-turbo-dev argp-standalone libiconv-dev"
makedepends
=
"qt-dev libjpeg-turbo-dev libiconv-dev"
[
"
$ALPINE_LIBC
"
!=
"eglibc"
]
&&
makedepends
=
"
$makedepends
argp-standalone"
install
=
""
subpackages
=
"
$pkgname
-dev qv4l2"
source
=
"http://linuxtv.org/downloads/v4l-utils/
$pkgname
-
$pkgver
.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