Package: quickjs / 2025.04.26-1

Metadata

Package Version Patches format
quickjs 2025.04.26-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
enable_multiarch_build | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix multi-arch build
 The way the makefile is written leads to $(DEB_HOST_MULTIARCH) to be ignored.
fix_armel_build | (download)

Makefile | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix armel build
 The armel build fails if `-latomic` is not added to the link
 command. It is harmless to add it for all architectures, as the flag
 `as-needed` will remove it if it is not needed.