From bf52a0d0d5ac09a5acc057084761de1d9e626c8e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 24 Sep 2019 15:57:38 +0200 Subject: [PATCH] libftdi1: Set LIBDIR to `/usr/lib` Set the library directory to `/usr/lib` instead of `/usr/lib64`. Unfortunately, `CMAKE_INSTALL_LIBDIR`, set by current bee versions, is not used in the build system, but a custom variable `LIB_SUFFIX`, which is appended to `$PREFIX/lib`. So, set it to the empty string. Increment revision to 1. Fixes: https://github.molgen.mpg.de/mariux64/bee-files/issues/1325 --- libftdi1.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libftdi1.be0 b/libftdi1.be0 index 85418330b..95b3dcd18 100755 --- a/libftdi1.be0 +++ b/libftdi1.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libftdi1-1.4-0 +# BEE_VERSION libftdi1-1.4-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -54,7 +54,7 @@ SRCURL[0]="https://www.intra2net.com/en/developer/libftdi/download/libftdi1-${PK #} mee_configure() { - bee_configure -DPYTHON_BINDINGS=off + bee_configure -DPYTHON_BINDINGS=off -DLIB_SUFFIX="" } #mee_build() {