Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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: #1325
  • Loading branch information
pmenzel committed Sep 24, 2019
1 parent b0643d5 commit bf52a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.)
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit bf52a0d

Please sign in to comment.