On 02/26/2014 05:06 PM, David C. Rankin wrote:
I'll rebuild - this time actually tripping the WITH_SYSTEMD preprocessor flag...
Slavek, Francios,
Here is an updated patch that sets the WITH_SYSTEMD preprocessor flag
Added as:
http://bugs.pearsoncomputing.net/attachment.cgi?id=1962&action=edit
tdebase build with WITH_SYSTEMD preprocessor flag explicitly set with add_definitions(-DWITH_SYSTEMD). I included in as follows:
##### check if systemd is installed ############# find_package(Systemd) if(SYSTEMD_FOUND) add_definitions(-DWITH_SYSTEMD) message( STATUS "***** Systemd preprocessor flag WITH_SYSTEMD set *****" ) else() message( STATUS "***** Systemd preprocessor flag WITH_SYSTEMD -- NOT set *****" ) endif()
testing to follow