mansoor-ahmed / openjpeg

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

make install with DESTDIR variable creates bad links #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run make install DESTDIR=/foo/bar
2.
3.

What is the expected output? What do you see instead?
links to the includes are full path links and should be local references to 
subdirs.

What version of the product are you using? On what operating system?
1.4 - Slackware64

Please provide any additional information below.

I built a patch to result the issue for slackware automated package building..
it should work for anybody using the DESTDIR variable..

Original issue reported on code.google.com by ginolovesyou@gmail.com on 8 Apr 2011 at 7:09

Attachments:

GoogleCodeExporter commented 9 years ago
thanks, I'll take a look

Original comment by rdieter@gmail.com on 8 Apr 2011 at 6:37

GoogleCodeExporter commented 9 years ago
Looks like this was already implemented,
http://code.google.com/p/openjpeg/source/diff?spec=svn743&r=710&format=side&path
=/trunk/libopenjpeg/CMakeLists.txt

http://code.google.com/p/openjpeg/source/diff?spec=svn743&r=725&format=side&path
=/trunk/jp3d/libjp3dvm/CMakeLists.txt

Original comment by rdieter@gmail.com on 11 Apr 2011 at 12:41