This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goplasmabindings. from 4d0c4f0 whitespace fix new 065d63c For SUSE 11.x: set CMAKE_SKIP_RPATH to ON. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 +- x2goplasmabindings.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit 065d63c821d494412225a4520b29fc13bd15bd1d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Feb 2 13:31:13 2015 +0100 For SUSE 11.x: set CMAKE_SKIP_RPATH to ON. --- debian/changelog | 2 +- x2goplasmabindings.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3786137..7396bbb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,7 +19,7 @@ x2goplasmabindings (3.0.2.1-0x2go1) UNRELEASED; urgency=low + Set PLUGIN_INSTALL_DIR explicitly when evoking make install (should fix FTBFS on EPEL-7 based systems). + Always set BuildRoot: parameter. - + For SUSE 11.x: set DCMAKE_BUILD_WITH_INSTALL_RPATH to FALSE. + + For SUSE 11.x: set CMAKE_SKIP_RPATH to ON. [ Martti Pitkänen ] * New upstream version (3.0.2.1): diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 8cc646f..eb5c331 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -71,7 +71,7 @@ mkdir build cd build cmake .. \ %if 0%{?suse_version} && 0%{?suse_version} <= 1130 - -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=FALSE \ + -DCMAKE_SKIP_RPATH=ON \ %endif -DCMAKE_INSTALL_PREFIX="%_prefix" \ -DKDE4_PLASMA_LIBS="%_libdir/kde4" \ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git