tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: RPATH-related cmake problem with wm/ctwm



On Sun, Jul 08, 2018 at 06:08:45PM +0200, Rhialto wrote:
> 
> I found that setting USE_CMAKE helps a lot. Then pkgsrc directly calls
> cmake (and presumably can pass all RPATH related options it likes).
> 
> However, ctwm really likes to be built from a subdirectory. There is a
> wrapper makefile that exacly does that, if you invoke make instead of
> cmake:
> 
>     cd build; cmake some-args ..
> 
> How do I get pksrc's cmake to run from the build directory?

Set CONFIGURE_DIRS and CMAKE_ARG_PATH.

Joerg


Home | Main Index | Thread Index | Old Index