aboutsummaryrefslogtreecommitdiffstats
path: root/community/libftdi1/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libftdi1/APKBUILD')
-rw-r--r--community/libftdi1/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libftdi1/APKBUILD b/community/libftdi1/APKBUILD
index 31686f2526..4cf5068292 100644
--- a/community/libftdi1/APKBUILD
+++ b/community/libftdi1/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Wagner <stw@bit-strickerei.de>
pkgname=libftdi1
pkgver=1.4
-pkgrel=2
+pkgrel=3
pkgdesc="A library to talk to FTDI chips"
url="https://www.intra2net.com/en/developer/libftdi/download.php"
arch="all"
@@ -19,7 +19,7 @@ build() {
cd "$builddir/build"
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_BUILD_RPATH=ON \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DEXAMPLES=OFF \
-DFTDI_EEPROM=ON ..
make