Bug#1144017: sol2-dev: architecture-specific contents in binary-all package
Sébastien Noel <[email protected]>
| Newsgroups | gmane.linux.debian.devel.bugs.rc |
|---|---|
| Message-ID | <[email protected]> |
Control: tags -1 patch Dear Maintainer, Please find in attachment a patch that you can drop in the debian/patches/ directory to fix this issue Best regards, Sébastien
arch_independent.patch
(text/x-patch, 461 B)
Description: This is a header-only library, it is ARCH_INDEPENDENT
Origin: Debian
Bug-Debian: https://bugs.debian.org/1144017
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -111,7 +111,8 @@
write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/cmake/sol2-config-version.cmake"
- COMPATIBILITY AnyNewerVersion)
+ COMPATIBILITY AnyNewerVersion
+ ARCH_INDEPENDENT)
export(TARGETS sol2
FILE "${CMAKE_CURRENT_BINARY_DIR}/cmake/sol2-targets.cmake")