dskvr / opkg

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

libopkg headers are not installed when opkg is built outside the source directory #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When opkg is built outside the source directory and then installed, the header 
directory ".../include/libopkg/" only includes the file "config.h". Thus 
nothing can be compiled which needs these headers. The attached patch should 
fix this by searching the source directory as well as the build directory for 
headers. I made the patch using git, it should apply. If there's a problem with 
it, let me know and I'll re-create it via a different method.

Cheers,

Paul Barker

Email: paul@paulbarker.me.uk
http://www.paulbarker.me.uk

Original issue reported on code.google.com by paul.betafive on 16 Jun 2013 at 11:22

Attachments:

GoogleCodeExporter commented 8 years ago
applied, many thanks

Original comment by florian....@gmail.com on 28 Jun 2013 at 8:53