[X2Go-Commits] [x2goplasmabindings] 01/01: Set PLUGIN_INSTALL_DIR explicitly when evoking make install (should fix FTBFS on EPEL-7 based systems).
git-admin at x2go.org
git-admin at x2go.org
Sat Jan 31 14:17:04 CET 2015
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goplasmabindings.
commit f231f17edc67fcc961b02ade0c5c12bc16046bed
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat Jan 31 14:16:46 2015 +0100
Set PLUGIN_INSTALL_DIR explicitly when evoking make install (should fix FTBFS on EPEL-7 based systems).
---
debian/changelog | 2 ++
x2goplasmabindings.spec | 1 +
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ae70758..08bd4e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ x2goplasmabindings (3.0.2.1-0x2go1) UNRELEASED; urgency=low
+ Use non-stanard Group: on SUSE.
+ Add to BR: intltool (otherwise no i18n support).
+ Set KDE4_PLASMA_LIBS instead of CMAKE_INSTALL_LIBDIR.
+ + Set PLUGIN_INSTALL_DIR explicitly when evoking make
+ install (should fix FTBFS on EPEL-7 based systems).
[ Martti Pitkänen ]
* New upstream version (3.0.2.1):
diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec
index c7548d4..ad1b313 100644
--- a/x2goplasmabindings.spec
+++ b/x2goplasmabindings.spec
@@ -70,6 +70,7 @@ cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX="%_prefix" \
-DKDE4_PLASMA_LIBS="%_libdir/kde4" \
+ -DPLUGIN_INSTALL_DIR="%_libdir/kde4" \
-DCMAKE_C_FLAGS:STRING="%optflags" \
-DCMAKE_CXX_FLAGS:STRING="%optflags"
make %{?_smp_mflags}
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git
More information about the x2go-commits
mailing list