This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goplasmabindings. from add8798 For SUSE 11.x: set SKIP_BUILD_RPATH to TRUE. new 796c3d4 For SUSE 11.x: set DCMAKE_BUILD_WITH_INSTALL_RPATH to FALSE. 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 796c3d45a61a7ad1544cc8927719e758b943a745 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Feb 2 13:22:01 2015 +0100 For SUSE 11.x: set DCMAKE_BUILD_WITH_INSTALL_RPATH to FALSE. --- debian/changelog | 2 +- x2goplasmabindings.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3fc76aa..3786137 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 SKIP_BUILD_RPATH to TRUE. + + For SUSE 11.x: set DCMAKE_BUILD_WITH_INSTALL_RPATH to FALSE. [ Martti Pitkänen ] * New upstream version (3.0.2.1): diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 8e2b9c0..4c4a412 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -71,7 +71,7 @@ mkdir build cd build cmake .. \ %if 0%{?suse_version} && 0%{?suse_version} <= 1130 - -DSKIP_BUILD_RPATH="TRUE" \ + -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=FALSE \ %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