aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hidapi/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-19 09:51:12 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-19 09:51:26 -0300
commitde688b588b2e3b950493c7e35deb91f084590d60 (patch)
treec91e0f62d6db8af4bd551ebf8dedff28cf791604 /testing/hidapi/APKBUILD
parentfc5de845008f4b15b10124f752840eee9b807374 (diff)
downloadaports-de688b588b2e3b950493c7e35deb91f084590d60.tar.bz2
aports-de688b588b2e3b950493c7e35deb91f084590d60.tar.xz
testing/hidapi: remove static libraries
Diffstat (limited to 'testing/hidapi/APKBUILD')
-rw-r--r--testing/hidapi/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/hidapi/APKBUILD b/testing/hidapi/APKBUILD
index 0cb206d379..346eb427bc 100644
--- a/testing/hidapi/APKBUILD
+++ b/testing/hidapi/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=hidapi
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Simple library for communicating with USB and Bluetooth HID devices"
url="https://github.com/libusb/hidapi"
arch="all"
@@ -26,7 +26,8 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
- --localstatedir=/var
+ --localstatedir=/var \
+ --disable-static
make
}