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
726c33e6
Commit
726c33e6
authored
4 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/hidapi: fix build with new autoconf
parent
c16ddd27
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
community/hidapi/APKBUILD
+5
-2
5 additions, 2 deletions
community/hidapi/APKBUILD
community/hidapi/autoconf-270.patch
+15
-0
15 additions, 0 deletions
community/hidapi/autoconf-270.patch
with
20 additions
and
2 deletions
community/hidapi/APKBUILD
+
5
−
2
View file @
726c33e6
...
@@ -10,7 +10,9 @@ license="custom"
...
@@ -10,7 +10,9 @@ license="custom"
options
=
"!check"
options
=
"!check"
makedepends
=
"libusb-dev libtool eudev-dev linux-headers autoconf automake"
makedepends
=
"libusb-dev libtool eudev-dev linux-headers autoconf automake"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/libusb/
$pkgname
/archive/
$pkgname
-
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/libusb/
$pkgname
/archive/
$pkgname
-
$pkgver
.tar.gz
autoconf-270.patch
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgname
-
$pkgver
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgname
-
$pkgver
"
prepare
()
{
prepare
()
{
...
@@ -39,4 +41,5 @@ package() {
...
@@ -39,4 +41,5 @@ package() {
"
$pkgdir
"
/usr/share/licenses/
$pkgname
"
$pkgdir
"
/usr/share/licenses/
$pkgname
}
}
sha512sums
=
"d9f28d394b78daece7d2dfb946e62349a56b388b3a06241585c6fad5a4e24dc914723de6c0f12a9e51cd23fb245f6b5ac9b3721319646d5ba5912bbe0a3f9a52 hidapi-0.9.0.tar.gz"
sha512sums
=
"d9f28d394b78daece7d2dfb946e62349a56b388b3a06241585c6fad5a4e24dc914723de6c0f12a9e51cd23fb245f6b5ac9b3721319646d5ba5912bbe0a3f9a52 hidapi-0.9.0.tar.gz
5f419618389a527f41f869a16e78139e24460968590f646e781fad14d34ad9da17fc24247cd20664d6823467230a8c91747542f45f18c101c53816c1fd126842 autoconf-270.patch"
This diff is collapsed.
Click to expand it.
community/hidapi/autoconf-270.patch
0 → 100644
+
15
−
0
View file @
726c33e6
Upstream: Should be
Reason: Fixes regenerating with autoconf270
diff --git a/configure.ac b/configure.ac
index b9f670e..b1695ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,6 @@
lt_revision="0"
lt_age="0"
LTLDFLAGS="-version-info ${lt_current}:${lt_revision}:${lt_age}"
-AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
AC_CONFIG_MACRO_DIR([m4])
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