mbox

[bug#38090,0/2] Fix build for astyle

Message ID 20191106163942.9546-1-h.goebel@crazy-compilers.com
Headers show

Message

Hartmut Goebel Nov. 6, 2019, 4:39 p.m. UTC
- header files have been missing
- The Makefile only creates files with a versioned extension (.so.3.1.0),
  which are not picked up be cmake's `find_libarary()`. (Instead cmake
  picks up the static .a library.)

I stepped over these when updating kdevelop.

Hartmut Goebel (2):
  gnu: astyle: Install header file, too.
  gnu: astyle: Create symlinks for .so files, too.

 gnu/packages/code.scm | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

Comments

Hartmut Goebel Nov. 6, 2019, 9:24 p.m. UTC | #1
This showed to be not sufficient. Will send a new patch set soon.