Loading
containerlab: fix version definition in LDFLAGS
Without the change, containerlab will always report the installed version to be 0.0.0, as wrong LDFLAGS were used in the package. The correct LDFLAGS can be seen in containerlab Makefile: https://github.com/srl-labs/containerlab/blob/main/Makefile If the version cannot be detected, e.g., containerlabs vscode extension will not work.