buildsys: drop -C prefer-dynamic (and rebuild 0.3.0)
also add perl depends the std library is actually big and not linking dynamically doesn't add much besides, the package names for libstd would cause issues with minor compiler bumps... the 0.3.0 package is actually built from this commit now, since the installability checks caught this... Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
fc38788fde
commit
790d11edf1
@ -35,6 +35,7 @@ Package: libpve-rs-perl
|
||||
Architecture: any
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${perl:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: PVE parts which have been ported to Rust - Rust source code
|
||||
This package contains the source for the Rust pve-rs crate, packaged by
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
#export DH_VERBOSE=1
|
||||
export BUILD_MODE=release
|
||||
export RUSTFLAGS=-C prefer-dynamic
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
Loading…
Reference in New Issue
Block a user