Skip to content

Commit

Permalink
fix(lftp)
Browse files Browse the repository at this point in the history
 closes #8057
  • Loading branch information
jhheider committed Nov 29, 2024
1 parent 722117a commit 9de38cd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions projects/lftp.yar.ru/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@ dependencies:
zlib.net: '*'
invisible-island.net/ncurses: '*'
libexpat.github.io: '*'
linux:
# needs newer libstdc++
gnu.org/gcc/libstdcxx: 14

build:
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }} install
dependencies:
linux:
gnu.org/gcc: 14
script:
- ./configure $ARGS
- make --jobs {{ hw.concurrency }} install
env:
darwin:
# https://github.com/lavv17/lftp/issues/611
Expand Down

0 comments on commit 9de38cd

Please sign in to comment.