proxmox-perl-rs/pve-rs/debian/rules
Wolfgang Bumiller 790d11edf1 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>
2021-11-10 12:32:42 +01:00

8 lines
78 B
Makefile
Executable File

#!/usr/bin/make -f
#export DH_VERBOSE=1
export BUILD_MODE=release
%:
dh $@