Skip to content

Commit

Permalink
lang/rust-esp: move libonig.so to RUN_DEPENDS
Browse files Browse the repository at this point in the history
as suggested by QA check
  • Loading branch information
trombik committed Oct 29, 2024
1 parent 0ec708f commit e111a2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lang/rust-esp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE-MIT
DISTVERSIONPREFIX= esp-

# the build process uses features only available in nightly.
BUILD_DEPENDS= rust-nightly>0:lang/rust-nightly
LIB_DEPENDS?= libonig.so:devel/oniguruma \
BUILD_DEPENDS= rust-nightly>0:lang/rust-nightly \
${LOCALBASE}/lib/libonig.so:devel/oniguruma
LIB_DEPENDS?= \
libssh2.so:security/libssh2 \
libgit2.so:devel/libgit2
RUN_DEPENDS= ${LOCALBASE}/esp-llvm-embedded-toolchain/bin/clang:devel/esp-llvm-embedded-toolchain \
Expand Down

0 comments on commit e111a2e

Please sign in to comment.