id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1811,Help packaging by supporting DESTDIR,iive,Vladimir Prus,"Usual practice for package builders is to invoke installation with {{{ DESTDIR=/tmp/package make install }}} and then build package from the content of ""/tmp/package"" directory. When package is installed ""/tmp/package/usr"" becomes ""/usr"" Usually this is different than --prefix, because some component may need to reference another by using the full path. For example - in pkgconfig .pc files. If prefix is set to the temporarily location the component would try to reference on the wrong place, instead of the place where the needed component is installed. I was assured that boost doesn't have any such dependences, however for packager convenience it is relatively easy to make it follow the above convention. The attached patch adds ""${DESTDIR}"" into the generated Makefile, so when make is involved normally , DESTDIR would be empty and files would be generated using the PREFIX where they are going to reside. On installation if it is not empty, it would place the files in the directory requested by the package builder. ",Patches,new,To Be Determined,Building Boost,Boost 1.35.0,Optimization,,"build, make, compile, install, package",