Bug#912443: cmake: Generates wrong link flags on hurd-i386

2018-10-31 Thread Brad King
On Wed, 31 Oct 2018 19:05:55 +0300 Dmitry Shachnev wrote: > Such a flag is a problem when the referenced .so file is actually a symlink. > GCC does not resolve it and generates a dependency literally on libsndio.so. Linking a library by absolute path is okay (and preferred) if the library has a

Bug#912443: cmake: Generates wrong link flags on hurd-i386

2018-10-31 Thread Dmitry Shachnev
Package: cmake Version: 3.12.3-3 Severity: important Control: affects -1 src:openal-soft Dear maintainer, Consider this simple test case: $ apt-cache policy libsndio-dev libsndio-dev: Installed: 1.5.0-2 [...] $ cat test.c $ cat CMakeLists.txt cmake_minimum_required(VERSION 3.0)