dskvr / opkg

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

libopkg headers won't be installed if you perform an out-of-tree build #87

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a separate directory for build files, e.g. cd opkg && mkdir build
2. cd build && ../configure && make && make install

What is the expected output? What do you see instead?
Expected each and every *.h from libopkg subdir to be installed into the 
corresponding $(some_prefix_dir)/include/libopkg directory. That didn't happen.
Only config.h file (which was generated) was installed.

What version of the product are you using? On what operating system?
Latest from trunk (633 at the moment) on Linux Mint Debian Edition.

Please provide any additional information below.
The line "libopkg_include_HEADERS= *.h" in libopkg/Makefile.am seems to fail if 
you build from some dedicated directory. (The generated config.h file gets 
installed because it's always generated in the directory you perform build in.)

Original issue reported on code.google.com by paintitg...@gmail.com on 15 Dec 2011 at 11:59

GoogleCodeExporter commented 8 years ago
This is fixed by the patch I sent in, applied to the subversion repo as r650.

Original comment by paul.betafive on 24 Jul 2013 at 7:33

GoogleCodeExporter commented 8 years ago

Original comment by paul.betafive on 1 Aug 2013 at 10:04