Package: libdivide / 5.2.0-0.1
Metadata
| Package | Version | Patches format |
|---|---|---|
| libdivide | 5.2.0-0.1 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 0001 CMakeLists.txt Use arch indep .cmake install locatio.patch | (download) |
CMakeLists.txt |
4 2 + 2 - 0 ! |
cmakelists.txt: use arch-indep .cmake install location
Currently the *.cmake files are installed under
/usr/lib/<arch-triplet/cmake/libdivide/ but the package is
of arch:all. This is errornous.
Since the package is now a header-only library, adjust the
CMakeLists.txt file to install the .cmake files under
${CMAKE_INSTALL_DATADIR} instead could fix this problem.
|
1
