Package: libhttp-parser-dev
Version: 2.1-1
Severity: important
Hi.

I have version 2.1-1 of libhttp-parser{-dev}. The library files are
stored in /usr/lib/http-parser/x86_64-linux-gnu:

 $ dpkg -L libhttp-parser-dev | grep a$
 /usr/lib/http-parser/x86_64-linux-gnu/libhttp_parser.a

This is wrong. This should actually be

 /usr/lib/x86_64-linux-gnu/http-parser/

or better yet, just

 /usr/lib/x86_64-linux-gnu/

As is, it is still possible to use this package by passing the full path
as a linker option AND setting the RPATH:

 gcc -L/usr/lib/http-parser/x86_64-linux-gnu/ 
-Wl,-rpath,/usr/lib/http-parser/x86_64-linux-gnu/ ...

With the libraries stored in /usr/lib/x86_64-linux-gnu/ neither of these
options are required.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to