libpve-rs-perl: add linking with libperl

This commit is contained in:
Andrew A. Vasilyev 2023-11-07 22:24:22 +03:00
parent 701a8c7b74
commit cd089b4954

View File

@ -43,7 +43,7 @@ endif
.PHONY: pve pmg
pve pmg:
@PERLMOD_PRODUCT=$(call to_upper,$@) \
$(CARGO) build $(CARGO_BUILD_ARGS) -p $@-rs
RUSTFLAGS="-L/usr/lib64/perl5/CORE -lperl" $(CARGO) build $(CARGO_BUILD_ARGS) -p $@-rs
.PHONY: gen
gen: