Comment 2 for bug 645058

Revision history for this message
Morten Kjeldgaard (mok0) wrote :

The strange thing is that a bit before the line I quoted above, the build is invoked by:

cd obj-x86_64-linux-gnu && cmake /build/mok-gizmod_3.4-0ubuntu3-amd64-KzqFlr/gizmod-3.4/. -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_C_COMPILER="/usr/bin/gcc" -DCMAKE_CXX_COMPILER="/usr/bin/g++" -DCMAKE_C_FLAGS="-g -O2 -g -Wall -O2" -DCMAKE_CXX_FLAGS="-g -O2 -g -Wall -O2" -DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DSYSCONF_INSTALL_DIR=/etc

so the variable SYSCONF_INSTALL_DIR is correctly set to /etc, but this is apparently ignored by cmake.